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.h
Age
Commit message (
Expand
)
Author
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
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: 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: Properly handle multiline suggestions
AnotherTest
2020-04-13
LibLine: Remove unused cut_mismatching_chars() function
AnotherTest
2020-04-11
LibLine: Cycle backward through suggestions using Shift+Tab
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
LibLine: Properly handle window resize by not spamming DSRs
AnotherTest
2020-04-11
LibLine: Properly show and cleanup suggestions
AnotherTest
2020-04-10
LibLine: Implement multiline editing
AnotherTest
2020-04-05
LibLine: Add live styling support
AnotherTest
2020-03-31
LibLine: Rename on_char_input() => register_character_input_callback()
Andreas Kling
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling