ladybird/Userland/Libraries/LibVT
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
Attribute.h Kernel+LibVT: Add function for deleting a range of characters 2021-06-10 17:18:02 +02:00
CharacterSet.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
CMakeLists.txt Terminal+LibVT: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:27 +02:00
Color.h LibVT: Implement bright color support 2021-06-04 09:02:43 +01:00
EscapeSequenceParser.cpp Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
EscapeSequenceParser.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
Line.cpp LibVT: Only resize the line after all rewrapping is done 2021-06-24 18:50:45 +02:00
Line.h Userland: Make use of container version of any_of 2021-08-02 00:37:18 +02:00
Position.h LibVT: Add missing headers 2021-10-06 23:52:40 +01:00
Range.h Kernel+LibVT: Fix selection with scrollback wrap-around 2021-06-10 17:18:02 +02:00
StateMachine.txt LibVT: Fix UTF-8 handling in OSC sequences 2021-05-22 23:23:08 +02:00
Terminal.cpp LibVT: Implement G0..G3 and VT100 translation table 2021-10-02 21:07:47 +01:00
Terminal.h LibVT: Implement G0..G3 and VT100 translation table 2021-10-02 21:07:47 +01:00
TerminalWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
TerminalWidget.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
XtermColors.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00