ladybird/Applications/Terminal
Sergey Bugaev 9de48cd81a Terminal: Fix trying to free() a stack variable
GWindow::~GWindow() deletes the main widget, assuming it was
allocated with new; this is what all other applications do,
so heap-allocate the terminal widget as well even though it's
not necessary in this case.
2019-08-06 11:59:14 +02:00
..
main.cpp Terminal: Fix trying to free() a stack variable 2019-08-06 11:59:14 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Terminal.cpp Terminal: Paint bold text with a bold font. 2019-08-04 08:15:30 +02:00
Terminal.h LibCore: Introduce a C_OBJECT macro. 2019-07-25 19:49:28 +02:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00