summaryrefslogtreecommitdiff
path: root/Shell/LineEditor.h
AgeCommit message (Expand)Author
2019-09-15Shell: Tab completion for programs in PATHwillmcpherson2
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-18Shell: Support forward deleteConrad Pankoff
2019-07-19Shell: Implement support for terminal clearing with ^L.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-07Shell: Make ^W and ^U work when cursor is not at the end of the line.Andreas Kling
2019-05-07Shell: Allow browsing history with up/down arrow keys.Andreas Kling
2019-05-07Shell: Move line editing to a separate class.Andreas Kling