summaryrefslogtreecommitdiff
path: root/Shell/LineEditor.cpp
AgeCommit message (Expand)Author
2019-11-01Shell: Exit the shell on (interactive) EOF with empty bufferAndreas Kling
2019-09-15Shell: Tab completion for programs in PATHwillmcpherson2
2019-09-02Shell: Added support for ctr-e/a.marprok
2019-08-18Shell: Support forward deleteConrad Pankoff
2019-07-19Shell: Implement support for terminal clearing with ^L.Andreas Kling
2019-07-08Shell: Handle SIGWINCH to get a nice behavior when resizing.Andreas Kling
2019-06-07Shell: Run clang-format on everything.Andreas Kling
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-07Shell: Make ^W and ^U work when cursor is not at the end of the line.Andreas Kling
2019-05-07Shell: Support home/end keys for line editing.Andreas Kling
2019-05-07Shell: Support basic line editing with left/right arrow keys.Andreas Kling
2019-05-07Shell: Ignore tab key for now.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