ladybird/Libraries/LibVT
Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51: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 AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01: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: Always use Painter::clear_rect() instead of Painter::fill_rect() 2019-11-30 18:28:38 +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