Andreas Kling
|
f35a723f61
Everywhere: Convert a bunch of dbgprintf() to dbgln()
|
4 år sedan |
AnotherTest
|
d3f51ee5c3
LibLine: It's okay to be interrupted while reading the DSR response
|
4 år sedan |
AnotherTest
|
7059ca9b15
LibLine: Don't clear the displayed buffer when interrupted
|
4 år sedan |
AnotherTest
|
9b126a2250
LibLine: Unregister signal handlers on destruction
|
4 år sedan |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 år sedan |
AnotherTest
|
1c4a425bff
LibLine: Don't overwrite stuff when moving origin around
|
4 år sedan |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 år sedan |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 år sedan |
AnotherTest
|
5d1425718e
LibLine: Treat leftover data in buffer as a read event
|
4 år sedan |
AnotherTest
|
5e6b9cbc91
LibLine: Be less lazy when moving prompt origin row
|
4 år sedan |
Andreas Kling
|
b9b7b2b28a
LibCore: Make IODevice::read_line() return a String
|
4 år sedan |
Linus Groh
|
886b43e999
LibLine: Don't make Editor::load_history() cut off a character per line
|
4 år sedan |
Linus Groh
|
d412fbdcf3
Shell+LibLine: Support HISTCONTROL environment variable
|
4 år sedan |
Linus Groh
|
b2e4fe1299
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
|
4 år sedan |
AnotherTest
|
691b105885
LibLine: Support basic escaped characters in config file
|
4 år sedan |
AnotherTest
|
c057225a36
LibLine: Support multi-character key callbacks
|
4 år sedan |
Nico Weber
|
e1c54b8a0f
LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-word
|
4 år sedan |
Nico Weber
|
d7539cf497
LibLine: Support Alt + Arrow left/right
|
4 år sedan |
Nico Weber
|
83c07be794
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
|
4 år sedan |
Nico Weber
|
2fe127d96f
LibLine: Parse CSI parameters and immediates
|
4 år sedan |
AnotherTest
|
da1b080935
LibLine: Make ^R search match the input anywhere in a given line
|
4 år sedan |
AnotherTest
|
39d14c22d1
LibLine: Treat ^D as EOF only when the buffer is empty
|
4 år sedan |
AnotherTest
|
521475dc01
LibLine: Do not reset suggestion state immediately when encountering esc
|
4 år sedan |
AnotherTest
|
084a5c6a90
LibLine: Reset suggestion state on any non-tab key
|
4 år sedan |
AnotherTest
|
f0ef283f3c
LibLine: Correct weird arrow up/down behaviour
|
5 år sedan |
AnotherTest
|
cf4870c93e
LibLine: Do not ignore Ctrl-C when buffer is empty
|
5 år sedan |
AnotherTest
|
30554c969c
LibLine: Handle interrupts/window size changes internally
|
5 år sedan |
AnotherTest
|
238e87de4e
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
|
5 år sedan |
AnotherTest
|
ae9211037e
LibLine: Make actual_rendered_string_metrics() static
|
5 år sedan |
AnotherTest
|
bda1d7fd7b
LibLine: Setup the keybindings after initialisation
|
5 år sedan |