diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-08 08:14:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-08 08:14:33 +0000 |
commit | a3e01003c86ba324fc10871b14092db37a41df03 (patch) | |
tree | be527d3cd21198e6252ba7939aee1768055e4fba /ChangeLog | |
parent | 525a133f2f37a7f4d881bd86fc79522223cfd5a2 (diff) | |
download | zsh-a3e01003c86ba324fc10871b14092db37a41df03.tar.gz zsh-a3e01003c86ba324fc10871b14092db37a41df03.tar.xz zsh-a3e01003c86ba324fc10871b14092db37a41df03.zip |
print space/backspace when reacing the last column while printing descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3555b4490..0eef57c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-05-08 Sven Wischnowsky <wischnow@zsh.org> + + * 14251: Src/Zle/complist.c, Src/Zle/zle_tricky.c: print + space/backspace when reaching the last column while printing + descriptions and the like to avoid a cursor positioning bug + depending on the kind of terminal (autowrap) + 2001-05-07 Sven Wischnowsky <wischnow@zsh.org> * 14240: Completion/Unix/Type/_files: double all backslashes |