1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Shell
AnotherTest 6f407fff32 LibLineEdit + Shell: Handle Termios internally and give a copy if asked
This moves the Termios logic inside LibLineEdit and allows users to
simply forget about the existence of termios if they so choose to :^)
2020-03-31 13:21:46 +02:00
..
GlobalState.h Shell: Implement a "cd history" (cdh) builtin 2020-03-09 19:35:36 +01:00
main.cpp LibLineEdit + Shell: Handle Termios internally and give a copy if asked 2020-03-31 13:21:46 +02:00
Makefile Shell: Move LineEdit out and add it as a dependency 2020-03-31 13:21:46 +02:00
Parser.cpp Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00
Parser.h Shell: Allow empty tokens if enclosed in single or double quotes 2020-01-25 12:16:45 +01:00