summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine/XtermSuggestionDisplay.cpp
AgeCommit message (Expand)Author
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur
2021-12-16LibLine: Take the prompt into account when adjusting for a scrolled viewAli Mohammad Pur
2021-07-20LibLine: Avoid excessive write() syscalls when refreshing the displayAli Mohammad Pur
2021-07-20LibLine: Reset the suggestion page offset when finding the max lengthAli Mohammad Pur
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibLine: Convert String::format() => String::formatted()Andreas Kling
2021-04-19LibLine: Redraw the suggestions when terminal size changesAli Mohammad Pur
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling