ladybird/Libraries/LibVT
Andreas Kling 5a84944dc8 LibVT: Don't scroll to bottom for Ctrl/Alt/Shift
It's nice that we scroll the cursor into view when typing in a terminal
but it's not necessary when pressing only Ctrl, Alt of Shift.
2019-11-23 16:50:21 +01:00
..
Makefile LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00
Position.h LibVT: Rename VT::BufferPosition to VT::Position and move to own file 2019-08-13 12:56:10 +02:00
Terminal.cpp LibVT: Make inject_string() a public API so clients can use it 2019-10-22 22:14:36 +02:00
Terminal.h LibVT: Make inject_string() a public API so clients can use it 2019-10-22 22:14:36 +02:00
TerminalWidget.cpp LibVT: Don't scroll to bottom for Ctrl/Alt/Shift 2019-11-23 16:50:21 +01:00
TerminalWidget.h LibVT: Don't implicitly copy the selection on double-click or mouse-up 2019-11-20 21:47:12 +01:00
XtermColors.h LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00