diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-06-21 19:48:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-06-21 19:48:03 +0100 |
commit | f8481f93c5fc92f5503a2bdd94c60375a2c81bb5 (patch) | |
tree | e8cd0d3a0cfc16a5d602a9143d301b818953ec68 /window.c | |
parent | cddf50b715be8732ffd0732d33a886b788a231c5 (diff) | |
parent | 0c5ed177c4e5178127dc8fe3528985df8ff988a6 (diff) | |
download | rtmux-f8481f93c5fc92f5503a2bdd94c60375a2c81bb5.tar.gz rtmux-f8481f93c5fc92f5503a2bdd94c60375a2c81bb5.tar.bz2 rtmux-f8481f93c5fc92f5503a2bdd94c60375a2c81bb5.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -891,7 +891,6 @@ window_pane_timer_callback(unused int fd, unused short events, void *data) if (wp->changes_redraw++ == interval) { wp->flags |= PANE_REDRAW; wp->changes_redraw = 0; - } if (trigger == 0 || wp->changes < trigger) { |