ladybird/Userland/Libraries/LibVT
Daniel Bertalan c1e292e5bc LibVT: Correct color handling
VT100's documentation says that more than one SGR (Set Graphics
Rendition) parameters may be included in a single escape sequence.
However, we treated those with more than 3 parameters as color
sequences, so this behavior was not replicated.
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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Line.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
Position.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Range.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StateMachine.txt LibVT: Fix 8-bit control codes clobbering UTF-8 2021-05-16 14:17:04 +02:00
Terminal.cpp LibVT: Correct color 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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
XtermColors.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00