1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Libraries/LibLine
AnotherTest bc9013f706 LibLine: Change get_line to return a Result<String, Error>
This fixes a bunch of FIXME's in LibLine.
Also handles the case where read() would read zero bytes in vt_dsr() and
effectively block forever by erroring out.

Fixes #2370
2020-05-25 21:36:51 +02:00
..
CMakeLists.txt LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
Editor.cpp LibLine: Change get_line to return a Result<String, Error> 2020-05-25 21:36:51 +02:00
Editor.h LibLine: Change get_line to return a Result<String, Error> 2020-05-25 21:36:51 +02:00
Span.h LibLine: Default to resolving Spans as byte offsets 2020-05-19 20:02:28 +02:00
Style.h LibLine: Make the comments follow the project style 2020-05-23 01:31:41 +02:00
SuggestionDisplay.h LibLine: Properly paginate suggestions in XtermSuggestionDisplay 2020-05-23 01:31:41 +02:00
SuggestionManager.cpp LibLine: Make the comments follow the project style 2020-05-23 01:31:41 +02:00
SuggestionManager.h LibLine: Make the comments follow the project style 2020-05-23 01:31:41 +02:00
VT.h LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
XtermSuggestionDisplay.cpp LibLine: Make the comments follow the project style 2020-05-23 01:31:41 +02:00