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-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-18
LibLine: Treat leftover data in buffer as a read event
AnotherTest
2020-12-18
LibLine: Be less lazy when moving prompt origin row
AnotherTest
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-06
LibLine: Don't make Editor::load_history() cut off a character per line
Linus Groh
2020-10-26
Shell+LibLine: Support HISTCONTROL environment variable
Linus Groh
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-22
LibLine: Support basic escaped characters in config file
AnotherTest
2020-10-22
LibLine: Support multi-character key callbacks
AnotherTest
2020-10-04
Shell+LibLine: Record the input offset of completions
AnotherTest
2020-09-26
LibLine: Add a setter for the cursor position
AnotherTest
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-word
Nico Weber
2020-09-15
LibLine: Support Alt + Arrow left/right
Nico Weber
2020-09-15
LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keys
Nico Weber
2020-09-15
LibLine: Parse CSI parameters and immediates
Nico Weber
2020-09-07
LibLine: Make ^R search match the input anywhere in a given line
AnotherTest
2020-09-07
LibLine: Disable editing events while searching
AnotherTest
2020-09-07
LibLine: Treat ^D as EOF only when the buffer is empty
AnotherTest
2020-09-06
LibLine: Do not reset suggestion state immediately when encountering esc
AnotherTest
2020-08-31
LibLine: Reset suggestion state on any non-tab key
AnotherTest
2020-08-23
LibLine: Correct weird arrow up/down behaviour
AnotherTest
2020-08-21
LibLine: Do not ignore Ctrl-C when buffer is empty
AnotherTest
2020-08-21
LibLine: Handle interrupts/window size changes internally
AnotherTest
2020-08-21
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
AnotherTest
2020-08-20
LibLine: Initialize the search editor when entering search
AnotherTest
2020-08-18
LibLine: Make actual_rendered_string_metrics() static
AnotherTest
2020-08-18
LibLine: Setup the keybindings after initialisation
AnotherTest
2020-08-18
LibLine: Allow the user to override (or add) keybinds in the config file
AnotherTest
2020-08-18
LibLine: Make (almost) all key actions configurable
AnotherTest
2020-08-18
LibLine: Read configuration from a config file
AnotherTest
2020-08-17
LibLine: Add a getter for num_lines/num_cols
AnotherTest
2020-08-17
LibLine: Uninitialized members in Editor, found by Coverity
Brian Gianforcaro
2020-08-09
LibLine: Only write to the standard error
AnotherTest
2020-08-07
LibLine: Add Ctrl-k shortcut
Nico Weber
2020-08-07
LibLine: Add Alt-t shortcut for transposing words
Nico Weber
2020-08-06
LibLine: Add binding for Alt-backspace
Nico Weber
2020-08-06
LibLine: Fix "word" handling for alt-d/u/l/c/f/b and ctrl-left/right
Nico Weber
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
LibLine: Add binding for Alt-.
Nico Weber
2020-08-06
LibLine: Add bindings for Alt-u, Alt-l, Alt-c
Nico Weber
2020-08-06
LibLine: Add comments for which keys trigger VWERASE and VKILL
Nico Weber
2020-08-06
LibLine: Add Alt-d binding to forward-delete a word
Nico Weber
2020-08-06
Shell: Start adding some alt shortcuts
Nico Weber
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibLine: Check if operating on a TTY before using TTY features
AnotherTest
2020-08-04
LibLine: Removed unused private field m_prompt_metrics
Nico Weber
[next]