diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-11 18:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-11 18:01:11 +0000 |
commit | 2a6b2153280278d356dfbdd2af36887d5a1c8763 (patch) | |
tree | 82f6ebafd999b60d3b67cc66e68c9f00df95ec59 /status.c | |
parent | 2a3456cd3b234a2f5d0b6724fe41bb62b8deab4e (diff) | |
parent | 88bc8f3528b973adb17f541e21aa415923a10f1e (diff) | |
download | rtmux-2a6b2153280278d356dfbdd2af36887d5a1c8763.tar.gz rtmux-2a6b2153280278d356dfbdd2af36887d5a1c8763.tar.bz2 rtmux-2a6b2153280278d356dfbdd2af36887d5a1c8763.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1124,8 +1124,8 @@ status_prompt_key(struct client *c, key_code key) } if (c->prompt_flags & PROMPT_SINGLE) { - if (c->prompt_callbackfn( - c->prompt_data, c->prompt_buffer) == 0) + if (c->prompt_callbackfn(c->prompt_data, + c->prompt_buffer) == 0) status_prompt_clear(c); } |