hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit 5853fd767ff8d622276ab00dace760bfb3a746dd
parent 8ac3c2113d3c743c3fda7483864e9477151dff84
Author: sin <sin@2f30.org>
Date:   Wed, 29 Oct 2014 14:49:33 +0000

Default to a pane of height 2

Diffstat:
Mhysteria-monitor | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hysteria-monitor b/hysteria-monitor @@ -34,7 +34,7 @@ while :; do inputcmd='cat >> "$INFILE"' fi tmux new-window "tail -f '$OUTFILE' | hysteria-highlight" - tmux split-window -v -p 1 "tmux resize-pane -y 4; \ + tmux split-window -v -p 1 "tmux resize-pane -y 2; \ CHAN='$CHAN' INFILE='$INFILE' OUTFILE='$OUTFILE' eval '$inputcmd'" tmux rename-window "$title" fi