aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-15 14:02:34 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-15 14:02:34 -0700
commit548ea1e54aa17590a573ec5a976ee0413345d360 (patch)
tree05ebb323c5babc665bae6675b5d02478605b98f4 /input.h
parent4755c5f8c892978919d9b652bcfee6ef220c7ca6 (diff)
Added binding for accepting an autosuggestion
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
index e62fe2bb..28c09d49 100644
--- a/input.h
+++ b/input.h
@@ -50,6 +50,7 @@ enum
R_UP_LINE,
R_DOWN_LINE,
R_SUPPRESS_AUTOSUGGESTION,
+ R_ACCEPT_AUTOSUGGESTION
}
;