serenity/Libraries/LibLine
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
..
Editor.cpp Shell+LibLine: Handle escaped characters correctly 2020-04-30 09:07:38 +02:00
Editor.h Shell+LibLine: Handle escaped characters correctly 2020-04-30 09:07:38 +02:00
Makefile LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h} 2020-03-31 13:34:57 +02:00
Span.h LibLine: Add live styling support 2020-04-05 16:11:13 +02:00
Style.h LibLine: Add live styling support 2020-04-05 16:11:13 +02:00