comparison mcabber/mcabberrc.example @ 702:3e34bd8e073d

Update sample configuration file (roster_width option)
author Mikael Berthe <mikael@lilotux.net>
date Wed, 15 Feb 2006 22:54:45 +0100
parents 80d4959422ca
children e1639629c87b
comparison
equal deleted inserted replaced
701:6c100adfbfb6 702:3e34bd8e073d
142 #set color_rosternormal = magenta 142 #set color_rosternormal = magenta
143 #set color_rosterselect = black 143 #set color_rosterselect = black
144 #set color_backselected = cyan 144 #set color_backselected = cyan
145 145
146 # Style 146 # Style
147 # Note: the "log_win_height" and "roster_width" values below can be set
148 # in real time when mcabber is running. Refresh the screen (Ctrl-l) to
149 # use the new values.
150 #
147 # Log window height (minimum 1, default 5) 151 # Log window height (minimum 1, default 5)
148 #set log_win_height = 5 152 #set log_win_height = 5
153 # Buddylist window width (minimum 2, default 24)
154 #set roster_width=24
149 # 155 #
150 # Buddy name format (in status window): 156 # Buddy name format (in status window):
151 # - 0: (default) "<jid/resource>" 157 # - 0: (default) "<jid/resource>"
152 # - 1: "name <jid/resource>" (name is omitted if same as the jid) 158 # - 1: "name <jid/resource>" (name is omitted if same as the jid)
153 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>) 159 # - 2: "name/resource" (if the name is the same as the jid, use <jid/res>)