The branch, master has been updated
via dde5d49a5ed305cfa32f18c08d6f1b769d8ccef7 (commit)
from 89d3f13945fb790b97f25824009f1424d0934009 (commit)
- Log -----------------------------------------------------------------
commit dde5d49a5ed305cfa32f18c08d6f1b769d8ccef7
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Do not redraw panes if invisible.
---
screen-redraw.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/screen-redraw.c b/screen-redraw.c
index 899f741..14b7316 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -273,6 +273,9 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
{
u_int i, yoff;
+ if (!window_pane_visible(wp))
+ return;
+
yoff = wp->yoff;
if (status_at_line(c) == 0)
yoff++;
-----------------------------------------------------------------------
Summary of changes:
screen-redraw.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs