diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-01-01 12:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-01-01 12:01:13 +0000 |
commit | 06684c93de3e5fbc01bf6749c62defffaa07c52c (patch) | |
tree | 1294805dfef1c6193a631ed8c5483104e7bb8322 /status.c | |
parent | 6e99a2f4bbf21409921a6b54ce29702adda8d034 (diff) | |
parent | d17c90583a2cbbb15ec1a357380b0985e6472a5f (diff) | |
download | rtmux-06684c93de3e5fbc01bf6749c62defffaa07c52c.tar.gz rtmux-06684c93de3e5fbc01bf6749c62defffaa07c52c.tar.bz2 rtmux-06684c93de3e5fbc01bf6749c62defffaa07c52c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1339,6 +1339,7 @@ process_key: break; case '\033': /* Escape */ case '\003': /* C-c */ + case '\007': /* C-g */ if (c->prompt_inputcb(c, c->prompt_data, NULL, 1) == 0) status_prompt_clear(c); break; |