aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/input.h b/input.h
index fdcb82b4..78f7ec72 100644
--- a/input.h
+++ b/input.h
@@ -61,11 +61,13 @@ enum
R_DOWN_LINE,
R_SUPPRESS_AUTOSUGGESTION,
R_ACCEPT_AUTOSUGGESTION,
+ R_BEGIN_SELECTION,
+ R_END_SELECTION
}
;
#define R_MIN R_NULL
-#define R_MAX R_ACCEPT_AUTOSUGGESTION
+#define R_MAX R_END_SELECTION
/**
Initialize the terminal by calling setupterm, and set up arrays