1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:47:35 +00:00
serenity/Userland/Libraries/LibVT
Andreas Kling 1e3a6ba572 LibVT: Avoid double relayout during interactive resize
Don't fire the on_terminal_size hook while we're in relayout.
This fixes the terminal window flopping around during interactive
resizing. (It was mostly noticeable if something else was hogging
the CPU at the same time.)
2021-02-21 16:52:22 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Line.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Line.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Position.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Range.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Terminal.cpp LibVT: Oops, fix dbgln() invocation mistake 2021-02-20 17:16:33 +01:00
Terminal.h LibVT: Give proper names to remaining VTxxx control functions 2021-02-20 17:04:46 +01:00
TerminalWidget.cpp LibVT: Avoid double relayout during interactive resize 2021-02-21 16:52:22 +01:00
TerminalWidget.h LibVT: Avoid double relayout during interactive resize 2021-02-21 16:52:22 +01:00
XtermColors.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00