serenity/Userland/Libraries/LibVT
Daniel Bertalan 13991eade7 LibVT: Implement DECFI and DECBI
These escape sequences are the horizontal scrolling equivalents of `IND`
and `RI`. Normally, they move the cursor forward or backward. But if
they hit the margins (which we just treat as the first and last
columns), they scroll the line.

Another VT420 feature done.
2021-06-10 17:18:02 +02:00
..
Attribute.h Kernel+LibVT: Add function for deleting a range of characters 2021-06-10 17:18:02 +02:00
CMakeLists.txt Meta: Make generate_state_machine() generate a proper target 2021-05-20 12:11:27 +01:00
Color.h LibVT: Implement bright color support 2021-06-04 09:02:43 +01:00
EscapeSequenceParser.cpp Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
EscapeSequenceParser.h
Line.cpp Kernel+LibVT: Add function for deleting a range of characters 2021-06-10 17:18:02 +02:00
Line.h Kernel+LibVT: Add function for deleting a range of characters 2021-06-10 17:18:02 +02:00
Position.h
Range.h
StateMachine.txt LibVT: Fix UTF-8 handling in OSC sequences 2021-05-22 23:23:08 +02:00
Terminal.cpp LibVT: Implement DECFI and DECBI 2021-06-10 17:18:02 +02:00
Terminal.h LibVT: Implement DECFI and DECBI 2021-06-10 17:18:02 +02:00
TerminalWidget.cpp LibVT: Fix underlines incorrectly rendering in red 2021-06-04 09:02:43 +01:00
TerminalWidget.h LibVT: Implement bright color support 2021-06-04 09:02:43 +01:00
XtermColors.h