Skip to content
Snippets Groups Projects
Commit a51ab135 authored by deuce's avatar deuce
Browse files

Match XTerm (and presumably VT) behaviour on TAB in last column.

parent fd5fd845
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,7 @@ Control characters:
0x09 - HT:
Moves to the next horizontal tab stop. Does not overwrite
any characters in between. If the starting position is
last column, advances to next line. If starting
position is the last column of the last line, performs
a scroll, filling the new line at bottom with the
current attribute and moves to the first character in
the new line.
last column, cursor does not move.
0x0A - LF:
Move cursor position to same column of the next row.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment