Conrad Pankoff
|
36e3e7b75a
Shell: Support forward delete
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
253e391bfc
Shell: Implement support for terminal clearing with ^L.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
fc4022d173
Shell: Handle SIGWINCH to get a nice behavior when resizing.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
f7ede145b4
Shell: Run clang-format on everything.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
3cba2a8a78
Kernel: Add a beep() syscall that beeps the PC speaker.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
67108f872f
Shell: Make ^W and ^U work when cursor is not at the end of the line.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
b04f08ba48
Shell: Support home/end keys for line editing.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
d53941a466
Shell: Support basic line editing with left/right arrow keys.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
b860da3ea5
Shell: Ignore tab key for now.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
ad1c3c748f
Shell: Allow browsing history with up/down arrow keys.
|
%!s(int64=6) %!d(string=hai) anos |
Andreas Kling
|
ba7364b43b
Shell: Move line editing to a separate class.
|
%!s(int64=6) %!d(string=hai) anos |