ladybird/Libraries/LibVT
Andreas Kling 462336ed49 LibVT: Add scrollback history to VT::Terminal
The default (hard-coded) history size is 500 lines. When the history is
altered, the TerminalClient is notified via terminal_history_changed().
2019-08-19 19:07:52 +02:00
..
Makefile LibVT: Factor out terminal emulation from Terminal to make it reusable 2019-08-12 17:34:48 +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: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00
Terminal.h LibVT: Add scrollback history to VT::Terminal 2019-08-19 19:07:52 +02:00