1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Shell
Andreas Kling ce837d157f Shell: Don't open ~/.history for writing on startup
When we only want to read the file, we should open it for reading.
2019-09-04 14:59:29 +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: Don't open ~/.history for writing on startup 2019-09-04 14:59:29 +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