ladybird/Userland/Libraries/LibVT
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
Attribute.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
CharacterSet.h
CMakeLists.txt
Color.h
EscapeSequenceParser.cpp
EscapeSequenceParser.h LibVT: Fix integer overflow when parsing long OSC sequences 2023-03-17 16:50:22 +00:00
Line.cpp
Line.h
Position.h
Range.h
StateMachine.txt
Terminal.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
Terminal.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
TerminalWidget.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
TerminalWidget.h AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
XtermColors.h