serenity/Userland/Libraries/LibVT
Daniel Bertalan 5d80debc1f LibVT: Fix newline handling
Before this commit, we would jump to the first column after receiving
the '\n' line feed character. This is not the correct behavior, as it
should only move the cursor now. Translating the typed Return key into
the correct CR LF ("\r\n") is the TTY's job, which was fixed in #7184.

Fixes #6820
Fixes #6960
2021-05-17 18:19:49 +02:00
..
Attribute.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
CMakeLists.txt LibVT: Implement new ANSI escape sequence parser 2021-05-16 11:50:56 +02:00
EscapeSequenceParser.cpp LibVT: Implement new ANSI escape sequence parser 2021-05-16 11:50:56 +02:00
EscapeSequenceParser.h LibVT: Implement new ANSI escape sequence parser 2021-05-16 11:50:56 +02:00
Line.cpp
Line.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
Position.h
Range.h
StateMachine.txt LibVT: Fix 8-bit control codes clobbering UTF-8 2021-05-16 14:17:04 +02:00
Terminal.cpp LibVT: Fix newline handling 2021-05-17 18:19:49 +02:00
Terminal.h LibVT: Fix newline handling 2021-05-17 18:19:49 +02:00
TerminalWidget.cpp Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
TerminalWidget.h
XtermColors.h