hysteria

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

commit 1be1baf77e139e954d60841ed378b8ffdcce8dad
parent de102ca20bbf0eeb7640ce142ee68eee952c6ee8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  9 Nov 2014 18:26:00 +0000

higlight nick from config

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

diff --git a/hysteria-monitor b/hysteria-monitor @@ -42,7 +42,7 @@ while :; do if test x"${inputcmd}" = x""; then inputcmd='cat >> "$INFILE"' fi - tmux new-window "tail -f '$OUTFILE' | hysteria-highlight" + tmux new-window "tail -f '$OUTFILE' | hysteria-highlight -n '($nick)' -w '($nick)'" tmux split-window -v -p 1 "tmux resize-pane -y 2; \ CHAN='$CHAN' INFILE='$INFILE' OUTFILE='$OUTFILE' eval '$inputcmd'" tmux rename-window "$title"