# colorscheme: # This name can be given for the commandline-parameter -cS. # That way, one can select what colorscheme to use for the # next logfile. # # cs_re:: # This defines a regular expression to find a particular # string. # # Possible colors: red, green, yellow, blue, magenta, cyan and white. # # scheme:: # This defines what colorscheme to use when the filename # matches the given regular expression. This way, one can # automatically use the correct colorscheme for certain # files. # # check_mail: # How often MultiTail should check for new e-mail. You # can switch mail-checking off by setting this value to 0. # # tab_stop: # Specifies the width of TAB characters. Default-value # is 4. # # bind:key:program # Binds a key to a external command. For example: # bind:^j:/bin/bash - binds ^j (control + j) to bash # While the selected program is running, MultiTail is # suspended. MultiTail will automatically come back when # the external command ends. # # titlebar: # what to put in the titlebar of the xterm in which # MultiTail is running. see below for details # # tail:tail_program # path to the tail-program (in case you want to use # turbotail or so instead of the regular tail) # # bright:(1|0) # use bright colors (1) or not (0) # # abbreviate_filesize # wether to abbreviate filesizes to xKB/MB/GB (1) or # not (0) # defaultcscheme:irc colorscheme:irc cs_re_s:cyan:(^....-..-.. ..:..) cs_re_s:magenta:^....-..-.. ..:.. <([[:alnum:]_\^\|`-]+)> cs_re_s:red:^....-..-.. ..:.. (.*) cs_re_s:green:^....-..-.. ..:.. <([[:alnum:]_\^\|`-]+)> (nion[ ,:].*)$ #cs_re_s:yellow:((https?|ftp)://[\&\+\-\.\,/%=~_:?\#\;@a-zA-Z0-9]+) cs_re_s:yellow:(((http|https|ftp|gopher)|mailto):(//)?[^ <>\"[:blank:]]*|(www|ftp)[0-9]?\.[-a-z0-9.]+) cs_re:cyan:....-..-.. ..:...*has joined \#.* cs_re:cyan:....-..-.. ..:...*has left \#.* cs_re:blue:....-..-.. ..:.. .*changed mode.* #scheme:syslog:/var/log/ titlebar:%m %u@%h %f (%t) [%l]