summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibLine
AgeCommit message (Expand)Author
2021-04-19LibLine: Avoid trying to restore() if the editor isn't initializedAli Mohammad Pur
2021-04-19LibLine: Redraw the suggestions when terminal size changesAli Mohammad Pur
2021-04-17LibLine: Check the terminal size at the start of get_line()AnotherTest
2021-04-17LibLine: Add support for ^X^EAnotherTest
2021-03-16LibLine: Make the DSR response parser a bit more robustAnotherTest
2021-03-13LibLine: Treat DEL as backspace by defaultAnotherTest
2021-03-13LibLine: Don't try to print chars larger than 63 in caret formAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-11LibLine: Cleanup the suggestions before inserting a new code pointAnotherTest
2021-03-07LibLine: Clear the buffer after invalidating prior written dataAnotherTest
2021-02-24LibLine: Note that the search() call modifies the bufferAnotherTest
2021-02-24LibLine: Update the drawn cursor value when updating lazilyAnotherTest
2021-02-24LibLine: Properly update the main editor when clearing the search editorAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Make clear_lines() work when only clearing the current lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-07LibLine: Place the search editor prompt at the right line after ^LAnotherTest
2021-02-07LibLine: Close the search editor when it's interruptedAnotherTest
2021-01-31LibLine: Only print ascii characters in caret formAnotherTest
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12LibLine: Use StringView::find() to find '::' in history entriesAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling