summaryrefslogtreecommitdiff
path: root/Libraries/LibLine
AgeCommit message (Expand)Author
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