=== modified file 'nointeractive.tmux.conf' --- nointeractive.tmux.conf 2016-03-31 17:19:44 +0000 +++ nointeractive.tmux.conf 2013-04-30 00:17:43 +0000 @@ -3,6 +3,3 @@ set -g bell-action any set -g status off set -g default-command /home/ccx/bzr/tmux-utils/tst_runner -set -g set-titles on -setw -g pane-border-style fg=yellow -setw -g pane-active-border-style fg=red === removed file 'tmux-setup' --- tmux-setup 2016-03-31 17:19:44 +0000 +++ tmux-setup 1970-01-01 00:00:00 +0000 @@ -1,4 +0,0 @@ -#!/bin/zsh -tmux set -g set-titles-string "#T - tmux::#S:$USER@#H" -tmux set -g status-left "[$USER@#H:#S] #D" -tmux-hashcolor === removed file 'tst' --- tst 2016-03-31 17:19:44 +0000 +++ tst 1970-01-01 00:00:00 +0000 @@ -1,2 +0,0 @@ -#!/bin/zsh -exec tmux -L tst -f $0:h/nointeractive.tmux.conf === modified file 'tst.py' --- tst.py 2016-03-31 17:19:44 +0000 +++ tst.py 2013-04-29 00:25:23 +0000 @@ -13,9 +13,6 @@ pane_format = 'session_name window_index pane_id pane_title'.split() -# TODO: use tmux in command mode: -# tmux -L tst -C a -t 0 \; refresh-client -C 256,128 - def exit_program(button): raise urwid.ExitMainLoop() === modified file 'tst_runner' --- tst_runner 2016-03-31 17:19:44 +0000 +++ tst_runner 2013-04-30 00:17:43 +0000 @@ -11,7 +11,7 @@ opts=() case $app in (exit) rm -r $session; exit;; - (w3m) opts=( -title=xterm -config ${0:h}/w3m.config );; + (w3m) opts=( -config ${0:h}/w3m.config );; esac $app $opts $(<$session/url) ret=$?