ladybird/Shell
Drew Stratford 58f67c1ccb Shell: Update termios settings to match line discipline.
Shell.cpp uses its own line discipline which handles
echoing and line editing. Because of this we disable
ICANON and ECHO so that we don't get duplicate characters
or weird line editing errors.

We also revert these settings just before running a command.
This is so that commands may run with proper line editing
and echoing.
2019-10-20 10:51:12 +02:00
..
GlobalState.h Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
LineEditor.cpp Shell: Tab completion for programs in PATH 2019-09-15 19:27:44 +02:00
LineEditor.h Shell: Tab completion for programs in PATH 2019-09-15 19:27:44 +02:00
main.cpp Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Add POSIX-compliant character escaping 2019-09-14 12:45:01 +02:00
Parser.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00