Warning, /sdk/kde-dev-scripts/colorcvsrc-sample is written in an unsupported language. File is not indexed.
0001 # Sample .colorcvsrc 0002 # These are the defaults 0003 0004 # path to the cvs binary 0005 cvs: /usr/bin/cvs 0006 0007 # Don't do color if our terminal type ($TERM) is one of these. 0008 # (List all terminal types on one line, seperated by whitespace.) 0009 nocolor: dumb 0010 0011 # The following groups of attributes may be combined for a given color: 0012 # 0013 # clear black on_black 0014 # reset red on_red 0015 # bold green on_green 0016 # underline yellow on_yellow 0017 # underscore blue on_blue 0018 # blink magenta on_magenta 0019 # reverse cyan on_cyan 0020 # concealed white on_whit 0021 0022 # colors for different types of status messages 0023 0024 P: reset 0025 U: reset 0026 C: bold red 0027 M: bold yellow 0028 A: cyan 0029 R: cyan 0030 ?: bold 0031 0032 # this is for server messages 0033 server: bold green 0034 0035 # this is for warnings 0036 warning: bold cyan