diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-08 07:39:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-08 07:39:21 -0700 |
commit | 4ced8d1bf77a6d42d76843e345bef6d9f765d021 (patch) | |
tree | c54ecc31e0af375fa0670c95a3e24d82f951e5c5 /parser.c | |
parent | 9b2b5892cbcd6b78e3a96678581f0c8c24f7d6bb (diff) | |
download | txr-4ced8d1bf77a6d42d76843e345bef6d9f765d021.tar.gz txr-4ced8d1bf77a6d42d76843e345bef6d9f765d021.tar.bz2 txr-4ced8d1bf77a6d42d76843e345bef6d9f765d021.zip |
linenoise: Ctrl-U deletes only to the left.
Ctrl-U does not traditionally delete the entire line
in line editors or text editors. Rather, it is a
"super backspace" to the beginning of the line.
* linenoise/linenoise.c (edit_delete_prev_all): New
static function.
(edit): Replace CTRL_U action with call to
edit_delete_prev_all.
Diffstat (limited to 'parser.c')
0 files changed, 0 insertions, 0 deletions