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-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
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)
Muhammad Zahalqa
2020-07-26
Refactor: Change the AK::binary_search signature to use AK::Span.
asynts
2020-07-13
LibLine: Add Ctrl-N/P as history next/previous shortcuts
Nico Weber
2020-07-13
LibLine: Move search-related updates into do_cursor_left/right
Nico Weber
2020-07-07
LibLine: Add ctrl-t shortcut for transposing characters
Nico Weber
2020-07-07
LibEdit: Make Ctrl-d on an empty line mean EOD again
Nico Weber
2020-07-06
LibLine: Support Ctrl-b/f and Ctrl-d
Nico Weber
2020-07-06
LibLine: Extract lambdas for cursor-left, cursor-right, delete
Nico Weber
2020-07-06
LibLine: Put ctrl-key handlers in alphabetical order
Nico Weber
2020-07-06
LibLine: Replace some magic numbers with a magic function
Nico Weber
[next]