[Cvsshell-devel] CVS: cvsshell/etc cvsshell.ini,1.4,1.5 default-cvsshellrc,1.5,1.6
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-15 00:47:10
|
Update of /cvsroot/cvsshell/cvsshell/etc In directory usw-pr-cvs1:/tmp/cvs-serv29355/etc Modified Files: cvsshell.ini default-cvsshellrc Log Message: * improved color support (it's configurable to switch on/off) * made full command working Index: cvsshell.ini =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cvsshell.ini 10 Mar 2002 23:13:59 -0000 1.4 --- cvsshell.ini 15 Mar 2002 00:47:07 -0000 1.5 *************** *** 15,18 **** --- 15,19 ---- st, stat, status = cvs_cmds.status auto = cvs_cmds.toggleCvsRootAutoUpdate + full = basic_cmds.toggleFullStatusLine end Index: default-cvsshellrc =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default-cvsshellrc 11 Mar 2002 12:02:13 -0000 1.5 --- default-cvsshellrc 15 Mar 2002 00:47:08 -0000 1.6 *************** *** 10,13 **** --- 10,16 ---- # from the listing as produced by update, refresh or status filter = *.pyc *~ + + # Switch colors on or off + colors = off end |