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
Age
Commit message (
Expand
)
Author
2020-05-02
LibLine: Handle ^L while in search mode
AnotherTest
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
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
2020-04-13
LibLine: Autocomplete single suggestions
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: Ask for cursor position once and handle the rest internally
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
Kernel+LibC: Remove ESUCCESS
Andreas Kling
2020-04-10
LibLine: Appropriately react to window size changes
AnotherTest
2020-04-10
LibLine: Fix regression with moving around in history misplacing cursor
AnotherTest
2020-04-10
LibLine: Implement multiline editing
AnotherTest
2020-04-05
LibLine: Add live styling support
AnotherTest
2020-04-02
LibLine: Restore previous state only if initialized
AnotherTest
2020-04-01
LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>
Andreas Kling
2020-03-31
LibLine: Fix build in Linux environment
Andreas Kling
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
2020-03-31
LibLine: Rename LineEditor to Line::Editor
Andreas Kling
2020-03-31
LibLine: Rename from LibLineEdit
Andreas Kling