summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-17 08:39:38 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-17 08:39:38 +0000
commita8b89f675fa7087e010281940cd6e5c49833ec52 (patch)
treeb59a0b6c3fef95e64ebb564d97d9c1b944beda6d /functions.h
parentf49edf7e247ea97f61094bed0dae65fec1e28a4f (diff)
Add a kill-eow function to the line editor.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 28b84f3f..04849dec 100644
--- a/functions.h
+++ b/functions.h
@@ -357,6 +357,7 @@ struct binding_t OpEditor[] = {
{ "forward-char", OP_EDITOR_FORWARD_CHAR, "\006" },
{ "backspace", OP_EDITOR_BACKSPACE, "\010" },
{ "kill-eol", OP_EDITOR_KILL_EOL, "\013" },
+ { "kill-eow", OP_EDITOR_KILL_EOW, "\033d" },
{ "kill-line", OP_EDITOR_KILL_LINE, "\025" },
{ "quote-char", OP_EDITOR_QUOTE_CHAR, "\026" },
{ "kill-word", OP_EDITOR_KILL_WORD, "\027" },