Age | Commit message (Expand) | Author |
---|---|---|
2019-05-15 | Kernel: Add a beep() syscall that beeps the PC speaker. | Andreas Kling |
2019-05-07 | Shell: Make ^W and ^U work when cursor is not at the end of the line. | Andreas Kling |
2019-05-07 | Shell: Support home/end keys for line editing. | Andreas Kling |
2019-05-07 | Shell: Support basic line editing with left/right arrow keys. | Andreas Kling |
2019-05-07 | Shell: Ignore tab key for now. | Andreas Kling |
2019-05-07 | Shell: Allow browsing history with up/down arrow keys. | Andreas Kling |
2019-05-07 | Shell: Move line editing to a separate class. | Andreas Kling |