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-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
2020-07-06
LibLine: Avoid refreshing the display when resizing
AnotherTest
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-29
LibLine: Remove unused header in Span.h
Emanuele Torre
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
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
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
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: Add a constructor for CompletionSuggestions purely for comparison
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
[next]