ladybird/Libraries/LibLine
AnotherTest 889a8e7d0f LibLine: Handle interrupts again
This commit makes LibLine handle interrupts (as reported via
interrupted() and resized()) again.
There is a little catch with the shell:
```
$     ls |
pipe> <C-c> (prompt stays here until a key is pressed)
```
2020-06-01 19:52:20 +02:00
..
CMakeLists.txt LibLine: Refactor suggestion handling and display logic out 2020-05-23 01:31:41 +02:00
Editor.cpp LibLine: Handle interrupts again 2020-06-01 19:52:20 +02:00
Editor.h LibLine: Handle interrupts again 2020-06-01 19:52:20 +02:00
Span.h LibLine: Remove unused header in Span.h 2020-05-29 07:59:45 +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 Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +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: Make the comments follow the project style 2020-05-23 01:31:41 +02:00