ladybird/Userland/Libraries/LibLine
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
Editor.h LibLine: Avoid excessive write() syscalls when refreshing the display 2021-07-20 11:55:42 +04:30
InternalFunctions.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
KeyCallbackMachine.cpp LibLine: Correct spelling mistake in variable name 2021-07-21 14:15:24 +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 LibLine: Avoid excessive write() syscalls when refreshing the display 2021-07-20 11:55:42 +04:30
XtermSuggestionDisplay.cpp LibLine: Avoid excessive write() syscalls when refreshing the display 2021-07-20 11:55:42 +04:30