summaryrefslogtreecommitdiffstats
path: root/cmd-show-messages.c
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 16:50:55 +0000
committernicm <nicm>2020-05-16 16:50:55 +0000
commit574a9e4b6c7a419b60668c30916327aa7e65d2c8 (patch)
tree5e50994e1f05a0588160290c09662b1e0864f695 /cmd-show-messages.c
parent844b363baf64fbaff91cf8fa01d4fd782e7274a8 (diff)
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.
Diffstat (limited to 'cmd-show-messages.c')
-rw-r--r--cmd-show-messages.c2
1 files changed, 1 insertions, 1 deletions
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 \