1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Applications/TerminalSettings
DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences)
This commit has no behavior changes.

In particular, this does not fix any of the wrong uses of the previous
default parameter (which used to be 'false', meaning "only replace the
first occurence in the string"). It simply replaces the default uses by
String::replace(..., ReplaceMode::FirstOnly), leaving them incorrect.
2022-07-06 11:12:45 +02:00
..
CMakeLists.txt Terminal+TerminalSettings: Add caret customization 2022-06-22 12:12:00 +01:00
main.cpp LibGUI+Applications: Add --open-tab option to FooSettings applications 2022-04-21 17:24:42 +02:00
TerminalSettingsMain.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
TerminalSettingsView.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
TerminalSettingsWidget.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
TerminalSettingsWidget.h Terminal+TerminalSettings: Add caret customization 2022-06-22 12:12:00 +01:00