samer@2: termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' samer@2: termcapinfo xterm-color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' samer@2: termcapinfo xterm-256color 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' samer@2: termcapinfo xterm*|xterms|xs|rxvt ti@:te@ samer@2: msgwait 1 samer@2: chdir samer@2: shell -bash samer@2: samer@2: hardstatus off samer@67: caption always "%{=r}%{+b}%H%07=%+=|%{-} %-w%45L>%{+b}%n %t%{-}%+w%<%{-}" samer@2: defscrollback 16000 samer@2: samer@2: # Yet another hack: samer@2: # Prepend/append register [/] to the paste if ^a^] is pressed. samer@2: # This lets me have autoindent mode in vi. samer@2: register [ "\033:se noai\015a" samer@2: register ] "\033:se ai\015a" samer@2: bind ^] paste [.] samer@2: samer@2: bind = resize = samer@2: bind + resize +2 samer@2: bind - resize -2 samer@2: bind _ resize max samer@2: daniel@39: screen -t dml-edit 1 runin $HOME/src/hg/dml-cliopatria/cpack/dml bash daniel@73: screen -t dml-run 0 runin $HOME/var/dml forever ./run.pl --prefix=/cp --after_load='dml:start_matlab,dml:start_r_server,dml:initiate_bl_scraping(_)' daniel@41: screen -t cp-edit 2 runin $HOME/src/github/ClioPatria bash daniel@39: screen -t scratch 3 runin $HOME bash daniel@41: screen -t ml-in 4 runin $HOME/var/dml tail -f matlab_in.log daniel@41: screen -t ml-out 5 runin $HOME/var/dml tail -f matlab_out.log samer@2: