ladybird/Userland/Applications/Terminal
kleines Filmröllchen 33829f05fe Userland: Convert config listener callbacks to use StringView
The immutability of the string is not relevant here, since the string
we're given was allocated in the IPC serialization layer and will be
destroyed shortly afterwards. Additionally, noone relies on
DeprecatedString-specific functionality. This will make it easier to
convert the IPC layer itself to String later on.
2023-06-27 15:37:00 +01:00
..
CMakeLists.txt Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
main.cpp Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00