1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:08:12 +00:00
serenity/DevTools/HackStudio
Andreas Kling da0958a882 LibVT: Make TerminalWidget's automatic size policy updates optional
When embedding a TerminalWidget, you might not want it to automatically
update its own size policy based on the exact terminal buffer size.

This behavior is now passed as a flag to the TerminalWidget constructor
which makes it behave nicely both inside HackStudio and in Terminal.
2019-10-21 20:28:30 +02:00
..
main.cpp HackStudio: Embed a Terminal widget below the text editor 2019-10-21 20:17:32 +02:00
Makefile HackStudio: Embed a Terminal widget below the text editor 2019-10-21 20:17:32 +02:00
Project.cpp HackStudio: Start working on an IDE for SerenityOS 2019-10-21 18:46:55 +02:00
Project.h HackStudio: Start working on an IDE for SerenityOS 2019-10-21 18:46:55 +02:00
TerminalWrapper.cpp LibVT: Make TerminalWidget's automatic size policy updates optional 2019-10-21 20:28:30 +02:00
TerminalWrapper.h HackStudio: Embed a Terminal widget below the text editor 2019-10-21 20:17:32 +02:00