ladybird/Shell
AnotherTest a80ddf584f Shell+LibLine: Handle escaped characters correctly
This patchset fixes incorrect handling of escaped tokens (`a\ b`) in
Shell autocompletion and LibLine.
The users of LibLine can now choose between two token splitting modes,
either taking into account escapes, or ignoring them.
2020-04-30 09:07:38 +02:00
..
GlobalState.h Kernel: Added the ability to set the hostname via new syscall 2020-04-26 12:59:09 +02:00
main.cpp Shell+LibLine: Handle escaped characters correctly 2020-04-30 09:07:38 +02:00
Makefile LibLine: Rename from LibLineEdit 2020-03-31 13:32:11 +02:00
Parser.cpp Shell: Correctly parse quoted filenames in redirection 2020-04-30 08:51:54 +02:00
Parser.h Shell: Correctly parse quoted filenames in redirection 2020-04-30 08:51:54 +02:00