AnotherTest
|
b64bb7a3e1
LibLine: Fix suggestion spacing regression
|
5 年之前 |
AnotherTest
|
c88c883f44
LibLine: Show suggestions in pages if they don't fit on the screen
|
5 年之前 |
AnotherTest
|
c40fd3a902
LibLine: Support RGB colors
|
5 年之前 |
AnotherTest
|
ccdef5a675
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
|
5 年之前 |
AnotherTest
|
7f1d3f6d62
LibLine: Handle ^L while in search mode
|
5 年之前 |
AnotherTest
|
a80ddf584f
Shell+LibLine: Handle escaped characters correctly
|
5 年之前 |
Andreas Kling
|
86810a4b02
LibLine: Actually fix build :^)
|
5 年之前 |
AnotherTest
|
a6fcf70e25
LibLine: Properly mark the result of read() as ignored
|
5 年之前 |
AnotherTest
|
e83300dc27
LibLine: Drop stray input before doing vt_dsr
|
5 年之前 |
AnotherTest
|
9473733d7a
LibLine: Handle initialize() internally
|
5 年之前 |
AnotherTest
|
7ecf29f206
LibLine: Ignore interrupts unless actively editing
|
5 年之前 |
AnotherTest
|
1a7af4d677
LibLine: Do not ignore ^C and do not finish() after interrupt
|
5 年之前 |
AnotherTest
|
730ca98698
LibLine: Avoid OOB access when one of the suggestions is the prefix
|
5 年之前 |
AnotherTest
|
364ca1f476
LibLine: Autocomplete already-complete suggestions
|
5 年之前 |
AnotherTest
|
f9b0490383
LibLine: Handle ctrl-{left,right}_arrow by jumping between words
|
5 年之前 |
AnotherTest
|
e578b7884b
LibLine: Properly handle ^C and do not return after being interrupted
|
5 年之前 |
AnotherTest
|
42f06fc305
LibLine: Implement searching via up/down arrow keys
|
5 年之前 |
AnotherTest
|
58912994ab
LibLine: Implement ^R searching
|
5 年之前 |
AnotherTest
|
c97ca2fecc
LibLine: Clear trailing trivia when cycling if the suggestion has any
|
5 年之前 |
AnotherTest
|
cb3cf589ed
LibLine: Allow suggestions to have trailing trivia strings
|
5 年之前 |
AnotherTest
|
7ef48171ce
LibLine: Complete only common prefixes, and tweak suggestion logic
|
5 年之前 |
AnotherTest
|
6b513ca97e
LibLine: Avoid crashing if given empty suggestions
|
5 年之前 |
AnotherTest
|
32276cba7a
LibLine: Properly handle multiline suggestions
|
5 年之前 |
AnotherTest
|
8ebee4bce6
LibLine: Update display when deleting forward
|
5 年之前 |
AnotherTest
|
364dbe28d6
LibLine: Remove unused cut_mismatching_chars() function
|
5 年之前 |
AnotherTest
|
fa0525b8bf
LibLine: Autocomplete single suggestions
|
5 年之前 |
Linus Groh
|
c106451daf
LibLine: Cycle backward through suggestions using Shift+Tab
|
5 年之前 |
AnotherTest
|
2fdce695d6
LibLine: Display suggestions and cycle between them
|
5 年之前 |
AnotherTest
|
b59a391a78
LibLine: Ask for cursor position once and handle the rest internally
|
5 年之前 |
AnotherTest
|
f946d6ce79
LibLine: Properly handle window resize by not spamming DSRs
|
5 年之前 |