index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibLine
/
XtermSuggestionDisplay.cpp
Age
Commit message (
Expand
)
Author
2023-01-16
LibLine: Do a whole bunch of internal error propagation
Tim Schumacher
2023-01-16
LibLine: Port most functions to `Core::Stream`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-03-26
LibLine: Add a display trivia field to suggestions
Ali Mohammad Pur
2021-12-16
LibLine: Switch all files to use east-const
Ali Mohammad Pur
2021-12-16
LibLine: Take the prompt into account when adjusting for a scrolled view
Ali Mohammad Pur
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-07-20
LibLine: Reset the suggestion page offset when finding the max length
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibLine: Convert String::format() => String::formatted()
Andreas Kling
2021-04-19
LibLine: Redraw the suggestions when terminal size changes
Ali Mohammad Pur
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling