| Issue 1367: | CSI K does not clear wrap-around flag | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: hterm
What steps will reproduce the problem?
1. Run: perl -e 'print "\n"; for (1..80) { print "x" } print "\033[KxHi\n"'
What is the expected output? What do you see instead?
Expected: One row of the terminal is 80 copies of the letter "x". The next row is "Hi" by itself. This is the behavior of xterm, gnome-terminal, and generally almost all vt220-compatible terminals.
hterm: The second row has "xHi" instead, because the CSI K did not clear the "wrap" flag while in the last column. This will confuse ncurses-based applications that expect CSI K to have this affect.
Please provide any additional information below.
Apr 30, 2012
#1
winst...@gmail.com
May 1, 2012
Wrong project
Status:
Invalid
|
|
| ► Sign in to add a comment |