1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 20:11:00 +00:00
serenity/Applications/Terminal
Andreas Kling d4818dd2dd WindowServer: Give windows a "background color" to use for missing parts.
When resizing a window, we often end up having to paint some part of it
without coverage in the current backing store. This patch makes those cases
look nicer by having a fallback background color for each window, passed
along with the CreateWindow client message.
2019-04-10 14:29:47 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
main.cpp WindowServer: Give windows a "background color" to use for missing parts. 2019-04-10 14:29:47 +02:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
Terminal.cpp Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
Terminal.h Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00