comparison mcabber/mcabberrc.example @ 1386:8e763c2c331f

Add option 'escdelay' This option overrides the environment variable. The autoconf check for ESCDELAY was borrowed from the Midnight Commander project.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Dec 2007 17:56:51 +0100
parents cd9182f0b5c7
children 783b47c9d963
comparison
equal deleted inserted replaced
1385:7ca57f7e313c 1386:8e763c2c331f
271 # The auto-away message is only used when 'autoaway' is set. The previous 271 # The auto-away message is only used when 'autoaway' is set. The previous
272 # message will be restored when leaving auto-away status. If this message 272 # message will be restored when leaving auto-away status. If this message
273 # isn't defined, the status message will stay unchanged. 273 # isn't defined, the status message will stay unchanged.
274 set message_autoaway = Auto-away (idle) 274 set message_autoaway = Auto-away (idle)
275 275
276 # Escape timeout delay (ESCDELAY)
277 # The ESCDELAY variable specifies the time, in milliseconds, for which
278 # the ncurses interface will await a character sequence.
279 # The default is 1000 (1 second).
280 # If you want mcabber to react faster after hitting Escape, you can lower
281 # this value by setting the ESCDELAY environment variable or setting the
282 # 'escdelay' option.
283 set escdelay = 50
284
276 # Colors 285 # Colors
277 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 286 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
278 # For text colors (i.e. not background and bg* colors) you can also use 287 # For text colors (i.e. not background and bg* colors) you can also use
279 # the "bright" prefix to get a bright/bold color. Example: brightblue 288 # the "bright" prefix to get a bright/bold color. Example: brightblue
280 # You can use the "default" color, too (i.e. for transparent background) 289 # You can use the "default" color, too (i.e. for transparent background)