1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Libraries/LibVT
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
..
Makefile LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00
Position.h LibVT: Rename VT::BufferPosition to VT::Position and move to own file 2019-08-13 12:56:10 +02:00
Terminal.cpp Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00
Terminal.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TerminalWidget.cpp LibVT: Make TerminalWidget's automatic size policy updates optional 2019-10-21 20:28:30 +02:00
TerminalWidget.h LibVT: Make TerminalWidget's automatic size policy updates optional 2019-10-21 20:28:30 +02:00
XtermColors.h LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00