summaryrefslogtreecommitdiff
path: root/Libraries/LibLine
AgeCommit message (Expand)Author
2020-05-18LibLine: Handle unicode correctlyAnotherTest
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13LibLine: Add a hook to run when an interrupt is handledAnotherTest
2020-05-12LibLine: Fix suggestion spacing regressionAnotherTest
2020-05-11LibLine: Show suggestions in pages if they don't fit on the screenAnotherTest
2020-05-10LibLine: Support RGB colorsAnotherTest
2020-05-10LibLine: Expose actual_rendered_string_length & accept newlines in promptAnotherTest
2020-05-02LibLine: Handle ^L while in search modeAnotherTest
2020-04-30LibLine: Reset inline_search_cursor along with cursorAnotherTest
2020-04-30Shell+LibLine: Handle escaped characters correctlyAnotherTest
2020-04-29LibLine: Actually fix build :^)Andreas Kling
2020-04-28LibLine: Properly mark the result of read() as ignoredAnotherTest
2020-04-28LibLine: Drop stray input before doing vt_dsrAnotherTest
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-22LibLine: Do not ignore ^C and do not finish() after interruptAnotherTest
2020-04-22LibLine: Avoid OOB access when one of the suggestions is the prefixAnotherTest
2020-04-20LibLine: Autocomplete already-complete suggestionsAnotherTest
2020-04-20LibLine: Handle ctrl-{left,right}_arrow by jumping between wordsAnotherTest
2020-04-20LibLine: Properly handle ^C and do not return after being interruptedAnotherTest
2020-04-20LibLine: Implement searching via up/down arrow keysAnotherTest
2020-04-20LibLine: Implement ^R searchingAnotherTest
2020-04-19LibLine: Clear trailing trivia when cycling if the suggestion has anyAnotherTest
2020-04-19LibLine: Allow suggestions to have trailing trivia stringsAnotherTest
2020-04-19LibLine: Complete only common prefixes, and tweak suggestion logicAnotherTest
2020-04-15LibLine: Avoid crashing if given empty suggestionsAnotherTest
2020-04-15LibLine: Properly handle multiline suggestionsAnotherTest
2020-04-13LibLine: Update display when deleting forwardAnotherTest
2020-04-13LibLine: Remove unused cut_mismatching_chars() functionAnotherTest
2020-04-13LibLine: Autocomplete single suggestionsAnotherTest
2020-04-11LibLine: Cycle backward through suggestions using Shift+TabLinus Groh
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-04-11LibLine: Ask for cursor position once and handle the rest internallyAnotherTest
2020-04-11LibLine: Properly handle window resize by not spamming DSRsAnotherTest
2020-04-11LibLine: Properly show and cleanup suggestionsAnotherTest
2020-04-10Kernel+LibC: Remove ESUCCESSAndreas Kling
2020-04-10LibLine: Appropriately react to window size changesAnotherTest
2020-04-10LibLine: Fix regression with moving around in history misplacing cursorAnotherTest
2020-04-10LibLine: Implement multiline editingAnotherTest
2020-04-05LibLine: Add live styling supportAnotherTest
2020-04-02LibLine: Restore previous state only if initializedAnotherTest
2020-04-01LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>Andreas Kling
2020-03-31LibLine: Fix build in Linux environmentAndreas Kling
2020-03-31LibLine: Rename on_char_input() => register_character_input_callback()Andreas Kling
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling
2020-03-31LibLine: Rename LineEditor to Line::EditorAndreas Kling
2020-03-31LibLine: Rename from LibLineEditAndreas Kling