serenity/Shell
marprok ac154999f5 Shell: Added support for ctr-e/a.
By pressing ctr-e/a the cursor goes to the end/beginning of the current line.
2019-09-02 09:42:05 +02:00
..
GlobalState.h Shell: Handle SIGWINCH to get a nice behavior when resizing. 2019-07-08 19:06:06 +02:00
LineEditor.cpp Shell: Added support for ctr-e/a. 2019-09-02 09:42:05 +02:00
LineEditor.h Shell: Support forward delete 2019-08-18 07:36:23 +02:00
main.cpp Shell: Support semicolons for separating commands 2019-09-01 12:44:33 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Support semicolons for separating commands 2019-09-01 12:44:33 +02:00
Parser.h Shell: Support semicolons for separating commands 2019-09-01 12:44:33 +02:00