(wp->window->flags & WINDOW_REDRAW || wp->flags & PANE_REDRAW)
return;
- if (wp->window->flags & WINDOW_HIDDEN || !window_pane_visible(wp))
+ if (!window_pane_visible(wp))
return;
for (i = 0; i < ARRAY_LENGTH(&client
ug happens about once a day for me. I haven't been able to isolate
exactly when it happens, though. If there's anything I can do when tmux gets
stuck, please let me know.
--
Nicholas Riley
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a sub
Package: linux-source-2.6.16
Version: 2.6.16-9
Severity: important
Tags: patch
Justification: fails to build from source
The 2.6.16.6 patch contains a reference to "for_each_possible_cpu",
which is not present until 2.6.17. It should be replaced with
"for_each_cpu". This causes the package to fa
There were a few bugs in the patch previously attached to this bug;
FWIW, here's an updated version (against 3.10.17-2).
--- apcupsd.dpkg-dist 2005-04-03 06:40:19.0 -0500
+++ apcupsd 2005-11-20 20:21:23.0 -0600
@@ -6,6 +6,8 @@
DAEMON=/sbin/apcupsd
CONFIG=/etc/default/apcu
4 matches
Mail list logo