ladybird/Shell
Andreas Kling f4042903b9 Shell: Okay I keep messing up this history file code.. actually fix it!
It's not safe to return a CFile by-value. CFile is a CObjects and they
are honestly not very good at being values..
2019-09-04 19:01:34 +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: Okay I keep messing up this history file code.. actually fix it! 2019-09-04 19:01:34 +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