SOURCES: screen-status-bar.patch (NEW) - adds a very handy status ...

Elan Ruusamäe glen at delfi.ee
Wed Oct 12 15:20:11 CEST 2005


On Wednesday 12 October 2005 16:05, Marek Guevara Braun wrote:
> > # colourized windowlist chooser
> > windowlist string "%{+ g}%02n%{-}: %{+ y}%t%{-}%f [%h]"
>
> BTW what windowlist does? I haven't seen any effect of this settings.
to activate windowlist, hit <ESCAPE>+<">

for window list being useful all windows should have descriptive names.

i have for that bind <ESCAPE>+"s" to open ssh connection to remote server:
s   colon 'screen -ln scr-ssh '

$ cat /usr/bin/scr-ssh
#!/bin/sh
# $Id: scr-ssh,v 1.2 2002/04/25 16:47:27 glen Exp $

case "$1" in
-*)
        command -- ssh "$@"
        ;;
*)
        t=`echo "$1" | sed -e 's,\..*,,;s,^.*@,,'`
        echo -ne "\033k$t\033\\"
        echo "Changing title to $t"
        command -- exec ssh "$@"
        ;;
esac

-- 
glen



More information about the pld-devel-en mailing list