ladybird/Terminal
Andreas Kling 11db8c1697 Add a simple close button ("X") to windows.
Clicking the button generates a WindowCloseRequest event which the client app
then has to deal with. The default behavior for GWindow is to close() itself.

I also added a flag, GWindow::should_exit_event_loop_on_close() which does
what it sounds like it does.

This patch exposed some bugs in GWindow and GWidget teardown.
2019-02-05 10:31:37 +01:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
main.cpp Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
Makefile Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
Terminal.cpp Terminal: Fix broken parsing of background color escape. 2019-02-04 10:22:47 +01:00
Terminal.h Terminal: Avoid dirtying lines when clearing them has no visual effect. 2019-02-04 08:53:53 +01:00
XtermColors.h Get nyancat nyanning in Serenity. 2019-02-03 16:11:28 +01:00