1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Libraries/LibLine
Nico Weber b0384bb1bb LibLine: Move search-related updates into do_cursor_left/right
This way, arrow-left and arrow-right behave consistently with ctrl-b/ctrl-f.
2020-07-13 19:48:53 +02:00
..
CMakeLists.txt LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
Editor.cpp LibLine: Move search-related updates into do_cursor_left/right 2020-07-13 19:48:53 +02:00
Editor.h LibLine: Avoid refreshing the display when resizing 2020-07-06 22:39:32 +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: Correctly display suggestions on multiline prompts 2020-06-30 18:21:44 +02:00
SuggestionManager.cpp LibLine: Make the comments follow the project style 2020-05-23 01:31:41 +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: Correctly display suggestions on multiline prompts 2020-06-30 18:21:44 +02:00