ladybird/Libraries/LibLine
AnotherTest 2c5cc189c5 LibLine: Initialize the search editor when entering search
Prior to this, no keybinding were installed on the search editor, and so
editing wasn't really possible.
Also fixes <C-r> making infinite search editors.
2020-08-20 09:34:55 +02:00
..
CMakeLists.txt LibLine: Make (almost) all key actions configurable 2020-08-18 12:07:32 +02:00
Editor.cpp LibLine: Make actual_rendered_string_metrics() static 2020-08-18 16:58:17 +02:00
Editor.h LibLine: Make actual_rendered_string_metrics() static 2020-08-18 16:58:17 +02:00
InternalFunctions.cpp LibLine: Initialize the search editor when entering search 2020-08-20 09:34:55 +02:00
Span.h LibLine: Remove unused header in Span.h 2020-05-29 07:59:45 +02:00
StringMetrics.h LibLine: Correctly display suggestions on multiline prompts 2020-06-30 18:21:44 +02: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 Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
VT.h LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
XtermSuggestionDisplay.cpp LibLine: Only write to the standard error 2020-08-09 21:50:33 +02:00