Max Wipfli
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 年之前 |
Ali Mohammad Pur
|
4bf14715a1
LibLine: Recalculate the origin on resize
|
4 年之前 |
Ali Mohammad Pur
|
7700ee2722
LibLine: Actually remove the two levels of deferred_invoke
|
4 年之前 |
Ali Mohammad Pur
|
4d5cdcc893
LibLine: Partially revert d8c5eec and remove unrelated code
|
4 年之前 |
Ali Mohammad Pur
|
f82aa87d14
LibLine: Keep the CSI bytes alive across read events
|
4 年之前 |
Ali Mohammad Pur
|
d8c5eeceab
LibLine: Stop registering the Notifier as a child Object
|
4 年之前 |
Max Wipfli
|
bc8d16ad28
Everywhere: Replace ctype.h to avoid narrowing conversions
|
4 年之前 |
Ali Mohammad Pur
|
b2ef18d538
LibLine+Shell: Allow some programs to modify the current termios
|
4 年之前 |
Ali Mohammad Pur
|
e318f12263
LibLine: Add bracketed paste mode support
|
4 年之前 |
Ali Mohammad Pur
|
bbaa463032
LibLine: Make line management less broken when at the last line
|
4 年之前 |
Ali Mohammad Pur
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 年之前 |
sin-ack
|
ecbe17fb11
LibLine+Shell: Add dirty history flag and use it
|
4 年之前 |
Andreas Kling
|
c1967fca0d
LibLine: Convert StringBuilder::appendf() => AK::Format
|
4 年之前 |
Linus Groh
|
dbe72fd962
Everywhere: Remove empty line after function body opening curly brace
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
90ee84621f
LibLine: Convert String::format() => String::formatted()
|
4 年之前 |
Ali Mohammad Pur
|
74f0fdab98
LibLine: Avoid trying to restore() if the editor isn't initialized
|
4 年之前 |
Ali Mohammad Pur
|
e1e84fe0fe
LibLine: Redraw the suggestions when terminal size changes
|
4 年之前 |
AnotherTest
|
fb80d5adda
LibLine: Check the terminal size at the start of get_line()
|
4 年之前 |
AnotherTest
|
b58dbc29fc
LibLine: Add support for ^X^E
|
4 年之前 |
AnotherTest
|
80d21f120f
LibLine: Make the DSR response parser a bit more robust
|
4 年之前 |
AnotherTest
|
5a0ebdb109
LibLine: Treat DEL as backspace by default
|
4 年之前 |
AnotherTest
|
745b0800be
LibLine: Don't try to print chars larger than 63 in caret form
|
4 年之前 |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 年之前 |
AnotherTest
|
eb1ca965c7
LibLine: Cleanup the suggestions before inserting a new code point
|
4 年之前 |
AnotherTest
|
cad7865ad1
LibLine: Clear the buffer after invalidating prior written data
|
4 年之前 |
AnotherTest
|
71de5433f8
LibLine: Note that the search() call modifies the buffer
|
4 年之前 |
AnotherTest
|
dd87b14f52
LibLine: Update the drawn cursor value when updating lazily
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
AnotherTest
|
9790ee4649
LibLine: Make clear_lines() work when only clearing the current line
|
4 年之前 |