serenity/Shell
Andreas Kling 845094f9e4 Shell: Exit the shell on (interactive) EOF with empty buffer
In other words, if the user presses EOF (normally Ctrl+D), we now print
out "<EOF>" and exit the shell without error.

Fixes #701.
2019-11-01 21:44:25 +01:00
..
GlobalState.h Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
LineEditor.cpp Shell: Exit the shell on (interactive) EOF with empty buffer 2019-11-01 21:44:25 +01:00
LineEditor.h Shell: Tab completion for programs in PATH 2019-09-15 19:27:44 +02:00
main.cpp Shell: Properly set and restore termios settings. 2019-10-30 14:35:39 +01: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