commit 2c6457791c0da7b55b1c7cc138025c2e584c097f parent 32393c71f42d6626ed9a305fa05b89fc1c0dfbf4 Author: sin <sin@2f30.org> Date: Tue, 15 Apr 2014 10:24:23 +0100 Break early Diffstat:
M | monitor | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/monitor b/monitor @@ -14,6 +14,7 @@ while :; do for t in $(tmux list-windows -F '#W'); do if test "$t" == "$title"; then found=1 + break fi done if test $found -eq 0; then