ladybird/Applications/Terminal
Andreas Kling 7cc9a18c39 Terminal: Only repaint the lines that actually changed
This optimization was broken since who-knows-when. Now we once again do
our best to only repaint the lines that had the "dirty" flag set.

This dramatically reduces the amount of work done by an idle Terminal
since the cursor blinking won't redraw the whole window anymore. :^)
2019-08-13 13:57:04 +02:00
..
main.cpp Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
Makefile Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
TerminalWidget.cpp Terminal: Only repaint the lines that actually changed 2019-08-13 13:57:04 +02:00
TerminalWidget.h Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00