Update of /cvsroot/cvsshell/cvsshell/etc
In directory usw-pr-cvs1:/tmp/cvs-serv24812/etc
Modified Files:
cvsshell.ini default-cvsshellrc
Log Message:
* Added support for pager for long listings
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cvsshell.ini 8 Mar 2002 11:12:29 -0000 1.2
--- cvsshell.ini 9 Mar 2002 10:56:20 -0000 1.3
***************
*** 30,32 ****
--- 30,33 ----
CVSROOT = basic_cmds.parseCvsRootSection
DEFAULT_CMD_OPTIONS = basic_cmds.parseDefaultOptions
+ CONFIG = basic_cmds.parseConfigSection
end
Index: default-cvsshellrc
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** default-cvsshellrc 8 Mar 2002 11:12:29 -0000 1.2
--- default-cvsshellrc 9 Mar 2002 10:56:20 -0000 1.3
***************
*** 2,5 ****
--- 2,10 ----
# See http://cvsshell.sourceforge.net for more information
+ # Here you can set configuration variables
+ section CONFIG:
+ pager = less
+ end
+
# commands that should be executed at start-up
section INIT_CMDS:
***************
*** 8,16 ****
# options for cvs commands
- #
# Format: option1, option2 = options
- #
# You can use the keyword `ALL' to apply options to all commands
- #
# Note: You have to specify the options for every synonym of a command, too.
section DEFAULT_CMD_OPTIONS:
--- 13,18 ----
|