ladybird/Libraries/LibLine
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
CMakeLists.txt LibLine: Support multi-character key callbacks 2020-10-22 23:49:51 +02:00
Editor.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Editor.h LibLine: Don't overwrite stuff when moving origin around 2021-01-04 19:13:18 +01:00
InternalFunctions.cpp LibLine: Make ^R search match the input anywhere in a given line 2020-09-07 11:42:56 +02:00
KeyCallbackMachine.cpp LibLine: Don't ignore ^C inputs when there are no registered handlers 2021-01-06 19:20:36 +01:00
KeyCallbackMachine.h LibLine: Support multi-character key callbacks 2020-10-22 23:49:51 +02:00
Span.h LibLine: Remove unused header in Span.h 2020-05-29 07:59:45 +02:00
StringMetrics.h LibLine: Don't overwrite stuff when moving origin around 2021-01-04 19:13:18 +01:00
Style.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
SuggestionDisplay.h LibLine: Removed unused private field m_prompt_metrics 2020-08-04 17:42:08 +02:00
SuggestionManager.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
SuggestionManager.h Shell+LibLine: Record the input offset of completions 2020-10-04 23:12:28 +02:00
VT.h LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
XtermSuggestionDisplay.cpp Everywhere: Colour => Color 2021-01-09 14:03:06 +01:00