1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:42:08 +00:00
serenity/Shell
AnotherTest 21c4c67119 Shell: Move LineEdit out and add it as a dependency
This builds up on the 'new' LibLineEdit and overrides some of its hooks
For instance, on_tab_complete_first_token
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 Shell: Move LineEdit out and add it as a dependency 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