summaryrefslogtreecommitdiff
path: root/Libraries/LibLine/XtermSuggestionDisplay.cpp
AgeCommit message (Expand)Author
2020-08-09LibLine: Only write to the standard errorAnotherTest
2020-08-02AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)Muhammad Zahalqa
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-06-30LibLine: Correctly display suggestions on multiline promptsAnotherTest
2020-06-07LibLine: Use more descriptive names for row/columnAnotherTest
2020-05-23LibLine: Make the comments follow the project styleAnotherTest
2020-05-23LibLine: Properly paginate suggestions in XtermSuggestionDisplayAnotherTest
2020-05-23LibLine: Refactor suggestion handling and display logic outAnotherTest