1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Libraries/LibVT
Andreas Kling 25f04b06ad LibVT: Don't go into "stomp" state after moving the cursor
The curious "stomp" state occurs when you type your way all the way
over to the right side of the terminal buffer, and we "stomp" once on
the very last column, before jumping to the next line.

We should never go into "stomp" state in response to programmatically
setting the cursor position. This fixes a small artifact in vttest.
2020-01-25 19:50:23 +01:00
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Position.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Terminal.cpp LibVT: Don't go into "stomp" state after moving the cursor 2020-01-25 19:50:23 +01:00
Terminal.h LibVT: Support HVP (Horizontal and Vertical Position) (final 'f') 2020-01-25 19:49:42 +01:00
TerminalWidget.cpp LibVT: Support the DA (Device Attributes) request (final 'c') 2020-01-25 19:12:08 +01:00
TerminalWidget.h LibVT: Support the DA (Device Attributes) request (final 'c') 2020-01-25 19:12:08 +01:00
XtermColors.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00