serenity/Userland/Libraries/LibVT
Liav A b22149601a LibVT: Remove Vector<Kernel::KString> title stack
When using the kernel console, there's no such concept of title at all.
Also, this makes vim to crash the kernel due to dereferencing a null
pointer, so let's remove this as this is clearly not needed when using
the kernel virtual console.
2022-07-14 13:13:48 +02:00
..
Attribute.h
CharacterSet.h
CMakeLists.txt
Color.h
EscapeSequenceParser.cpp
EscapeSequenceParser.h
Line.cpp
Line.h
Position.h
Range.h
StateMachine.txt
Terminal.cpp LibVT: Remove Vector<Kernel::KString> title stack 2022-07-14 13:13:48 +02:00
Terminal.h LibVT: Remove Vector<Kernel::KString> title stack 2022-07-14 13:13:48 +02:00
TerminalWidget.cpp LibVT: Show application display name when hovered over, if available 2022-07-14 13:11:48 +02:00
TerminalWidget.h LibVT+Kernel: Separate the caret shapes and its steadiness 2022-06-22 12:12:00 +01:00
XtermColors.h