summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-07 20:02:41 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-07 20:02:41 +0000
commita1009e7bd3c4acd7dc4157e317013f066d1deca8 (patch)
tree4b078a40fadb0fc7007ff12ec00be61045bca5de /cfg.c
parent5a564a0c1ac768d6fc02669891fdcbd2487af0e8 (diff)
parent3c24bc5617bfdf90f94cc088f3769397c7569649 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 53bcaade..e5fa66cc 100644
--- a/cfg.c
+++ b/cfg.c
@@ -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]);