r43814 - in /scripts/KGB/server: KGB kgb.conf.sample

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 7 13:16:05 UTC 2009


Author: dmn
Date: Mon Sep  7 13:16:00 2009
New Revision: 43814

URL: http://svn.debian.org/wsvn/?sc=1&rev=43814
Log:
it appears that what irssi shows as 'red' is actually 'brown'

irssi's interpretation of \00304 is actually bold red. strange

Modified:
    scripts/KGB/server/KGB
    scripts/KGB/server/kgb.conf.sample

Modified: scripts/KGB/server/KGB
URL: http://svn.debian.org/wsvn/scripts/KGB/server/KGB?rev=43814&op=diff
==============================================================================
--- scripts/KGB/server/KGB (original)
+++ scripts/KGB/server/KGB Mon Sep  7 13:16:00 2009
@@ -210,7 +210,7 @@
     $conf->{colors}{revision}   ||= 'bold';
     $conf->{colors}{path}       ||= 'teal';
     $conf->{colors}{author}     ||= 'green';
-    $conf->{colors}{branch}     ||= 'red';
+    $conf->{colors}{branch}     ||= 'brown';
     $conf->{colors}{module}     ||= 'purple';
 
     return $conf;

Modified: scripts/KGB/server/kgb.conf.sample
URL: http://svn.debian.org/wsvn/scripts/KGB/server/kgb.conf.sample?rev=43814&op=diff
==============================================================================
--- scripts/KGB/server/kgb.conf.sample (original)
+++ scripts/KGB/server/kgb.conf.sample Mon Sep  7 13:16:00 2009
@@ -43,7 +43,7 @@
 #  repository: bold
 #  revision: bold
 #  author: green
-#  branch: red
+#  branch: brown
 #  module: purple
 #  path: teal
 # you can combine them like "bold red" (ouch!)




More information about the Pkg-perl-cvs-commits mailing list