-
Notifications
You must be signed in to change notification settings - Fork 76
Shift Backspace behaviour #52
Copy link
Copy link
Open
Description
If you type:
abd[Shift-Backspace]c
then then resulting string is
abc\bd
(with the \b escape char for backspace)
If you use Backspace instead of Shift-Backspace, then it is fine.
Is this on purpose, and if so, is there a recommended way to sanitise the string when there are escape chars?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels