# ~/.screenrc ved FiG. -*- coding: utf-8 -*- # $Ximalas: trond/.screenrc,v 1.6 2014-06-10 05:47:27 trond Exp $ # http://askubuntu.com/questions/87169/using-gnu-screen-with-256-colors attrcolor b ".I" # allow bold colors - necessary for some reason termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground termcapinfo xterm-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground # Disse virker ikke etter hensikten. #term screen-256color #defbce on # use current bg color for erased chars defutf8 on defencoding UTF-8 activity 'Noe rører på seg i vindu %' bell_msg 'Det skreik i vindu %' vbell_msg 'Piip' startup_message off multiuser on defwritelock off caption splitonly "%3n %t | %H %l | %D %Y-%m-%d %0c" hardstatus alwayslast hardstatus string '[%H] %-Lw%{= BW}%50>%n%f* %t%{-}%+Lw [%Y-%m-%dT%0c]%<' screen -t 'irssi' 1 screen -t 'Alpine' 2 screen -t 'GNU Emacs' 3 screen -t 'GNU Midnight Commander' 4 screen -t 'Kommandolinje I' 5 screen -t 'Kommandolinje II' 6 screen -t 'Kommandolinje III' 7 screen -t 'Kommandolinje IV' 8 screen -t 'htop' 9 screen -t 'top' 10 screen -t 'systat' 11 screen -t 'gstat' 12 screen -t 'boinc_curses' 13 screen -t 'iftop' 14 select 1 # Slutt på .screenrc.