Bananymous
|
51b6329c86
|
Kernel: Make backspace \b and delete 0x7F
This is what `vim` seems to expect and imo makes way more sense.
|
2024-12-05 17:34:37 +02:00 |
Bananymous
|
91381546d5
|
Shell: Don't crash if history file does not exist :D
|
2024-10-16 00:41:28 +03:00 |
Bananymous
|
41e2b898ab
|
Shell: Implement history file for persistent history storage
|
2024-10-16 00:21:58 +03:00 |
Bananymous
|
8adc97980a
|
Shell: rewrite the whole shell to use tokens instead of raw strings
tab completion is still running with raw strings and that has to be
fixed in the future.
|
2024-10-13 22:00:16 +03:00 |