diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-03-02 16:13:35 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-03-02 16:13:35 +0000 |
commit | 4a007b41d748f1e6b7810ffe74d100981b8f08fc (patch) | |
tree | da65d4f0ccfc97cefdae1624402e05250e98dae3 /ChangeLog | |
parent | 27c52ad0723e8a5457ce7f87091536c734e52cc6 (diff) | |
download | zsh-4a007b41d748f1e6b7810ffe74d100981b8f08fc.tar.gz zsh-4a007b41d748f1e6b7810ffe74d100981b8f08fc.tar.xz zsh-4a007b41d748f1e6b7810ffe74d100981b8f08fc.zip |
* 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 0dab1e4bc..afb875c07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2005-03-02 Clint Adams <clint@zsh.org> - * 20909: Src/Modules/termcap.c: reverse row and col - arguments to tgoto. + * 20909, 20911: Src/Modules/termcap.c: reverse row and col + arguments to tgoto(), and set affcnt to 1 unconditionally + when we echotc a capability with arguments (which we then + assume to be the 'cm' capability, with arguments in the + form <rows> <columns>. 2005-03-01 Peter Stephenson <pws@csr.com> |