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