diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-07 20:02:41 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-07 20:02:41 +0000 |
commit | a1009e7bd3c4acd7dc4157e317013f066d1deca8 (patch) | |
tree | 4b078a40fadb0fc7007ff12ec00be61045bca5de /cfg.c | |
parent | 5a564a0c1ac768d6fc02669891fdcbd2487af0e8 (diff) | |
parent | 3c24bc5617bfdf90f94cc088f3769397c7569649 (diff) | |
download | rtmux-a1009e7bd3c4acd7dc4157e317013f066d1deca8.tar.gz rtmux-a1009e7bd3c4acd7dc4157e317013f066d1deca8.tar.bz2 rtmux-a1009e7bd3c4acd7dc4157e317013f066d1deca8.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r-- | cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -347,7 +347,6 @@ cfg_show_causes(struct session *s) return; wp = s->curw->window->active; - window_pane_set_mode(wp, &window_copy_mode, NULL, NULL); window_copy_init_for_output(wp); for (i = 0; i < cfg_ncauses; i++) { window_copy_add(wp, "%s", cfg_causes[i]); |