ladybird/Userland/Libraries/LibLine
Ali Mohammad Pur 7700ee2722 LibLine: Actually remove the two levels of deferred_invoke
4d5cdcc893 partially reverted the changes
from d8c5eeceab, but it reverted too much
and reintroduced the bug.
This commit finally fixes the actual bug.
The author hasn't been in his best committing state today.
2021-06-07 02:22:40 +04:30
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp LibLine: Actually remove the two levels of deferred_invoke 2021-06-07 02:22:40 +04:30
Editor.h Everywhere: Sort out superfluous QuickSort.h imports 2021-05-29 23:41:54 +01:00
InternalFunctions.cpp LibLine: Actually cancel the search editor on Ctl-C 2021-06-04 11:00:24 +04:30
KeyCallbackMachine.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
KeyCallbackMachine.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Span.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
StringMetrics.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Style.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
SuggestionDisplay.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
SuggestionManager.cpp Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
SuggestionManager.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
VT.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
XtermSuggestionDisplay.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00