aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-18 10:18:29 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-18 10:18:29 +0100
commit3728fc7dba0fd0e7f381b1cb909cd197a9e5254a (patch)
tree12668dd2fb2f7660dcefea8893c2614b23139748 /input.h
parent88eae68987863fbd34b34e12219c9a8c67c61d7b (diff)
Add kill-selection function and visual binds for 'y' and 'd'
Diffstat (limited to 'input.h')
-rw-r--r--input.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/input.h b/input.h
index 78f7ec72..7eb9343a 100644
--- a/input.h
+++ b/input.h
@@ -62,12 +62,13 @@ enum
R_SUPPRESS_AUTOSUGGESTION,
R_ACCEPT_AUTOSUGGESTION,
R_BEGIN_SELECTION,
- R_END_SELECTION
+ R_END_SELECTION,
+ R_KILL_SELECTION
}
;
#define R_MIN R_NULL
-#define R_MAX R_END_SELECTION
+#define R_MAX R_KILL_SELECTION
/**
Initialize the terminal by calling setupterm, and set up arrays