Age | Commit message (Expand) | Author |
---|---|---|
2020-04-01 | LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab> | Andreas Kling |
2020-03-31 | LibLine: Fix build in Linux environment | Andreas Kling |
2020-03-31 | LibLine: Rename on_char_input() => register_character_input_callback() | Andreas Kling |
2020-03-31 | LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h} | Andreas Kling |
2020-03-31 | LibLine: Rename LineEditor to Line::Editor | Andreas Kling |
2020-03-31 | LibLine: Rename from LibLineEdit | Andreas Kling |