Update of /cvsroot/cvsshell/cvsshell/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv25778/etc
Modified Files:
cvsshell.ini
Log Message:
added command full to toggle between full and abbreviated status line
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/src/etc/cvsshell.ini,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** cvsshell.ini 7 Mar 2002 00:03:24 -0000 1.1.1.1
--- cvsshell.ini 15 Mar 2002 00:32:58 -0000 1.2
***************
*** 15,18 ****
--- 15,19 ----
st, stat, status = basic_cmds.status
auto = basic_cmds.toggleCvsRootAutoUpdate
+ full = basic_cmds.toggleFullStatusLine
end
|