index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibLine
/
Editor.cpp
Age
Commit message (
Expand
)
Author
2020-06-30
LibLine: Correctly display suggestions on multiline prompts
AnotherTest
2020-06-27
LibLine: Support multiline editing
AnotherTest
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-07
LibLine: Correctly handle line content overflow when on last line
AnotherTest
2020-06-07
LibLine: Use more descriptive names for row/column
AnotherTest
2020-06-01
LibLine: Handle interrupts again
AnotherTest
2020-05-27
LibLine: Send over some properties when being inspected
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
LibLine: Use LibC's getline() when the terminal claims no support for escape ...
AnotherTest
2020-05-26
LibLine: Don't add empty lines to history
Linus Groh
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-23
LibLine: Default to resetting styles when a cell has no styles set
AnotherTest
2020-05-23
LibLine: Make the comments follow the project style
AnotherTest
2020-05-23
LibLine: Properly paginate suggestions in XtermSuggestionDisplay
AnotherTest
2020-05-23
LibLine: Refactor suggestion handling and display logic out
AnotherTest
2020-05-23
LibLine: Correctly handle multibyte codepoints in suggestions
AnotherTest
2020-05-23
LibLine: Make suggest() utf8-aware
AnotherTest
2020-05-21
LibLine: Hide debug output behind SUGGESTIONS_DEBUG define
Linus Groh
2020-05-21
LibLine: Correctly track the completion start and end
AnotherTest
2020-05-21
LibLine: Support applying styles to suggestions
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-19
LibLine: Default to resolving Spans as byte offsets
AnotherTest
2020-05-19
LibLine: Handle <return>s in incomplete data correctly
AnotherTest
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-12
LibLine: Fix suggestion spacing regression
AnotherTest
2020-05-11
LibLine: Show suggestions in pages if they don't fit on the screen
AnotherTest
2020-05-10
LibLine: Support RGB colors
AnotherTest
2020-05-10
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
AnotherTest
2020-05-02
LibLine: Handle ^L while in search mode
AnotherTest
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-29
LibLine: Actually fix build :^)
Andreas Kling
2020-04-28
LibLine: Properly mark the result of read() as ignored
AnotherTest
2020-04-28
LibLine: Drop stray input before doing vt_dsr
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
2020-04-22
LibLine: Do not ignore ^C and do not finish() after interrupt
AnotherTest
2020-04-22
LibLine: Avoid OOB access when one of the suggestions is the prefix
AnotherTest
2020-04-20
LibLine: Autocomplete already-complete suggestions
AnotherTest
2020-04-20
LibLine: Handle ctrl-{left,right}_arrow by jumping between words
AnotherTest
2020-04-20
LibLine: Properly handle ^C and do not return after being interrupted
AnotherTest
2020-04-20
LibLine: Implement searching via up/down arrow keys
AnotherTest
2020-04-20
LibLine: Implement ^R searching
AnotherTest
2020-04-19
LibLine: Clear trailing trivia when cycling if the suggestion has any
AnotherTest
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
LibLine: Complete only common prefixes, and tweak suggestion logic
AnotherTest
2020-04-15
LibLine: Avoid crashing if given empty suggestions
AnotherTest
2020-04-15
LibLine: Properly handle multiline suggestions
AnotherTest
2020-04-13
LibLine: Update display when deleting forward
AnotherTest
2020-04-13
LibLine: Remove unused cut_mismatching_chars() function
AnotherTest
[next]