From 2c99347e69e9d4204d01c39c2491d19f5ecc8b3f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 7 Mar 2019 19:34:23 +0000 Subject: Tidy changing the mode into window_copy_init_for_output. --- usr.bin/tmux/cfg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/tmux/cfg.c') diff --git a/usr.bin/tmux/cfg.c b/usr.bin/tmux/cfg.c index a6479d884ce..4e7811092ac 100644 --- a/usr.bin/tmux/cfg.c +++ b/usr.bin/tmux/cfg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfg.c,v 1.63 2019/02/16 11:42:08 nicm Exp $ */ +/* $OpenBSD: cfg.c,v 1.64 2019/03/07 19:34:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -348,7 +348,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]); -- cgit v1.2.3