diff options
author | nicm <nicm> | 2020-05-16 16:50:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 16:50:55 +0000 |
commit | 574a9e4b6c7a419b60668c30916327aa7e65d2c8 (patch) | |
tree | 5e50994e1f05a0588160290c09662b1e0864f695 /cmd-show-messages.c | |
parent | 844b363baf64fbaff91cf8fa01d4fd782e7274a8 (diff) | |
download | rtmux-574a9e4b6c7a419b60668c30916327aa7e65d2c8.tar.gz rtmux-574a9e4b6c7a419b60668c30916327aa7e65d2c8.tar.bz2 rtmux-574a9e4b6c7a419b60668c30916327aa7e65d2c8.zip |
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.c | 2 |
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 \ |