cling/lib/UserInterface
Javier Lopez-Gomez 3914be144e Bind Ctrl+Del to Editor::kCmdCutNextWord (kill next word)
This change is equivalent to the popular GNU Readline keybinding
```
"\e[3;5~": kill-word
```

As a requirement, the `[3;5~` CSI was added in StreamReaderUnix.cpp. No
additional changes required to StreamReaderWin.cpp.
2023-01-30 10:29:07 +01:00
..
textinput Bind Ctrl+Del to Editor::kCmdCutNextWord (kill next word) 2023-01-30 10:29:07 +01:00
CMakeLists.txt Remove the -DUNICODE and -D_UNICODE definitions on Windows 2019-07-22 11:14:11 +02:00
UserInterface.cpp Support setting cmd history file by ${CLING_HISTFILE} 2023-01-25 13:59:06 +01:00