# screenrc fragment which sets a sophisticated status bar / caption line # Copyright (C) 2002, 2004 Fabian Pietsch # # You may use/modify/redistribute this freely, provided that the name and # contact information of the original author as well as this notice are # preserved. # # As of 2004-08-15, this file is officially located at: # http://zzz.arara.de/software/raw/misc/screenrc # # See screenrc-20040815 for the old version, which included the global screenrc # example which is distributed with screen. # The statusbar's features include: # o host name at the left end (bold if active split region) # o date and time (mm-dd HH:MM) at the right end (bold if active split region) # o window numbers, status chars and names in the middle; # if there's not enough space, the list is abbreviated at the left and/or # right end in such a way that the host name, date/time and current window # are always visible; # the current window is displayed in bold # o if a hardstatus is set (dynamically), it is displayed in red just after # the host name; to get rid of it (e.g., after exiting elinks), use this # to set the hardstatus to empty: # # echo -e '\e]2;\a' # # set colors to light gray on light blue sorendition 10 74 # set a sophisticated status bar / caption line caption always '%?%F%{!b}%?%H%?%F%{-}%?%?|%{+b r}%h%{-}%?|%0L=%-Lw%{!b}%50L>%n*%f %t%{-}%+Lw%-12=|%?%F%{!b}%?%m-%d %0c%?%F%{-}%?'