ladybird/Applications/Terminal
Andreas Kling 4b15dd2bca LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
These functions don't exit immediately, but rather on the next iteration
of the event loop.

Since exit() is already used by the standard library, let's call it quit()
instead. That way, saying exit() means the same thing here as anywhere else.
2019-02-17 09:59:56 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
main.cpp LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00
Makefile Enable -Wimplicit-fallthrough. 2019-02-15 12:39:16 +01:00
Terminal.cpp LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00
Terminal.h Plumb menu item activation events from WindowServer to clients. 2019-02-12 10:08:35 +01:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00