serenity/Applications/Terminal
Andreas Kling da463d9b11 Terminal: Remove crashy assertion about line length
If we resize/maximize the window, we might end up with some lines in
history that had a different length than the current terminal width.
That's okay, so let's not crash because of it.

Fixes #620.
2019-10-02 17:12:46 +02:00
..
main.cpp LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Makefile Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
TerminalWidget.cpp Terminal: Remove crashy assertion about line length 2019-10-02 17:12:46 +02:00
TerminalWidget.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
XtermColors.h