aboutsummaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-09-12 18:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2016-09-12 18:01:12 +0100
commita5b29a1250c321d08b227120b4d9e835297e7acd (patch)
treeb9324a9c18be232633b9e8ba6ae749e95178dad3 /status.c
parent060515684dd2f3d471cc801920495426368b6ecf (diff)
parent2e5584c2b41df1c1b836c3229ea78f8ea3d81054 (diff)
downloadrtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.tar.gz
rtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.tar.bz2
rtmux-a5b29a1250c321d08b227120b4d9e835297e7acd.zip
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index 607d6476..cc86cb02 100644
--- a/status.c
+++ b/status.c
@@ -818,7 +818,7 @@ status_prompt_key(struct client *c, key_code key)
size_t size, n, off, idx, bufsize;
size = strlen(c->prompt_buffer);
- switch (mode_key_lookup(&c->prompt_mdata, key, NULL)) {
+ switch (mode_key_lookup(&c->prompt_mdata, key, NULL, NULL)) {
case MODEKEYEDIT_CURSORLEFT:
if (c->prompt_index > 0) {
c->prompt_index--;