1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Applications
Andreas Kling 0aaec6b19a Support resizing the Terminal app.
I set it up so that TIOCSWINSZ on a master PTY gets forwarded to the slave.
This feels intuitively right. Terminal can then use that to inform the shell
or whoever is inside the slave that the window size has changed.

TIOCSWINSZ also triggers the generation of a SIGWINCH signal. :^)
2019-02-20 23:38:20 +01:00
..
About WindowServer: Support windows with alpha channels. And per-WSWindow opacity. 2019-02-19 01:42:53 +01:00
Clock Prune compiler flags a bit. Let's go with -march=i686 for now. 2019-02-17 15:17:21 +01:00
FileManager FileManager: Fix glitch in the alternating directory item backgrounds. 2019-02-20 22:10:28 +01:00
FontEditor Prune compiler flags a bit. Let's go with -march=i686 for now. 2019-02-17 15:17:21 +01:00
Launcher Launcher: Let's use CoolBar style buttons in here for now. 2019-02-20 09:33:59 +01:00
Terminal Support resizing the Terminal app. 2019-02-20 23:38:20 +01:00