1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 07:05:06 +00:00
serenity/Shell
Andreas Kling fc4022d173 Shell: Handle SIGWINCH to get a nice behavior when resizing.
When resizing the terminal, we now clear the entire current line and reset
the shell's LineEditor input state. This makes it look and feel kinda the
same as xterm.

Fixes #286.
2019-07-08 19:06:06 +02:00
..
GlobalState.h Shell: Handle SIGWINCH to get a nice behavior when resizing. 2019-07-08 19:06:06 +02:00
LineEditor.cpp Shell: Handle SIGWINCH to get a nice behavior when resizing. 2019-07-08 19:06:06 +02:00
LineEditor.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
main.cpp Shell: Handle SIGWINCH to get a nice behavior when resizing. 2019-07-08 19:06:06 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Run clang-format on everything. 2019-06-07 11:49:21 +02:00
Parser.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00