From 574a9e4b6c7a419b60668c30916327aa7e65d2c8 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 May 2020 16:50:55 +0000 Subject: Move lazy resize from the pane to the window, there is no point in resizing the window unless it is the current window, and if we do and don't resize the pane until later there are problems if the size changes from A to B then back to A. --- cmd-show-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-show-messages.c') diff --git a/cmd-show-messages.c b/cmd-show-messages.c index deb0487c..ef5acf44 100644 --- a/cmd-show-messages.c +++ b/cmd-show-messages.c @@ -27,7 +27,7 @@ #include "tmux.h" /* - * Show client message log. + * Show message log. */ #define SHOW_MESSAGES_TEMPLATE \ -- cgit v1.2.3