serenity/Terminal
Andreas Kling 7cf3c7461c Refactor GUI rendering model to be two-phased.
Instead of clients painting whenever they feel like it, we now ask that they
paint in response to a paint message.

After finishing painting, clients notify the WindowServer about the rect(s)
they painted into and then flush eventually happens, etc.

This stuff leaves us with a lot of badly named things. Need to fix that.
2019-01-26 05:20:32 +01:00
..
.gitignore Add Terminal/.gitignore 2019-01-15 04:49:01 +01:00
main.cpp Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
Makefile Start working on a graphical Terminal program. 2019-01-15 04:30:55 +01:00
Terminal.cpp Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
Terminal.h Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00