diff --git a/.twander b/.twander index ceb5217..00667a0 100644 --- a/.twander +++ b/.twander @@ -1,15 +1,73 @@ -# 'twander' configuration file example -# Unless you want to change key bindings, skip the first -# section. Uncomment either the Unix or Win32 examples -# as appropriate for your system. +# 'twander' Configuration File Example +# $Id: .twander,v 1.45 2003/02/12 20:12:42 tundra Exp $ # -# $Id: .twander,v 1.44 2003/02/06 22:24:22 tundra Exp $ +# Contains list of all possible variables (and defaults, if any) for: +# +# Program Options +# Key Bindings +# Directory Shortcuts +# +# Contains examples of: +# +# Variable Definitions +# Command Definitions +# +# EVERYTHING HERE IS COMMENTED OUT. COPY WHAT YOU WANT TO +# CHANGE AND EDIT TO TASTE. THAT WAY YOU STILL WILL HAVE +# THE ORIGINAL FILE CONTENT AS A REFERENCE FROM WHICH TO WORK. + +############################################################################## + +##### +# Program Option Statements +##### + +# AUTOREFRESH = True +# BCOLOR = black +# CMDSHELL = "" +# DEBUGLEVEL = 0 +# FCOLOR = green +# FNAME = Courier +# FSZ = 12 +# FWT = bold +# HBCOLOR = lightgreen +# HEIGHT = 600 +# HFCOLOR = black +# HFNAME = Courier +# HFSZ = 10 +# HFWT = italic +# MAXDIR = 32 +# MAXDIRBUF = 250 +# MAXHIST = 32 +# MAXHISTBUF = 250 +# MAXNESTING = 32 +# MBARCOL = beige +# MBCOLOR = beige +# MFCOLOR = black +# MFNAME = Courier +# MFSZ = 12 +# MFWT = bold +# NODETAILS = False +# NONAVIGATE = False +# QUOTECHAR = " +# REFRESHINT = 3000 +# STARTDIR = Defaults To Wherever Program Was Started +# STARTX = 0 +# STARTY = 0 +# USETHREADS = True +# USEWIN32ALL = True +# WARN = True +# WIDTH = 800 + + +############################################################################## + ##### -# Key Bindings +# Key Binding Statements ##### # The default key bindings are shown in the comments below. To @@ -30,7 +88,7 @@ # defined command. If you assign anything to a keypad/special # key it may conflict with that key's normal GUI behavior. # -# 4) The key binding variables (the left side of the assignments) +# 4) The Program Function Names (the left side of the assignments) # are RESERVED and may not be used as names for your own user- # defined variables elsewhere in the configuration file. # @@ -44,22 +102,19 @@ # attempt to change them will cause \'twander\' to present # a warning message and ignore that line. -##### -# Key Bindings Begin Here -##### # General Program Commands # -# CLRHIST = '' # Clear Command History -# FONTDECR = '' # Decrease Font Size -# FONTINCR = '' # Increase Font Size -# MOUSECTX = # Invoke context menu -# MOUSEDIR = # Display the directory menu -# QUITPROG = # Quit the program -# READCONF = # Re-read the configuration file -# REFRESH = # Refresh screen -# TOGDETAIL = # Toggle detail view -# TOGWIN32ALL = # Toggle win32all Features, If Available +# CLRHIST = # Clear Command History +# FONTDECR = # Decrease Font Size +# FONTINCR = # Increase Font Size +# MOUSECTX = # Invoke context menu +# MOUSEDIR = # Display the directory menu +# QUITPROG = # Quit the program +# READCONF = # Re-read the configuration file +# REFRESH = # Refresh screen +# TOGDETAIL = # Toggle detail view +# TOGWIN32ALL = # Toggle win32all Features, If Available # # Directory Navigation # @@ -90,15 +145,90 @@ # PGRT = # Move page right # PGLFT = # Move page left # -# Execute A Command +# Execute Commands # # RUNCMD = # Run arbitrary user command # SELKEY = # Select item w/keyboard # MOUSESEL = # Select item w/mouse -# End of Key Bindings +# Directory Shortcuts + +# KDIRSC1 = # Go To Specified Directory +# KDIRSC2 = +# KDIRSC3 = +# KDIRSC4 = +# KDIRSC5 = +# KDIRSC6 = +# KDIRSC7 = +# KDIRSC8 = +# KDIRSC9 = +# KDIRSC10 = +# KDIRSC11 = +# KDIRSC12 = +# Program Memories + +# MEMCLR1 = # Clear Individual Program Memory +# MEMCLR2 = +# MEMCLR3 = +# MEMCLR4 = +# MEMCLR5 = +# MEMCLR6 = +# MEMCLR7 = +# MEMCLR8 = +# MEMCLR9 = +# MEMCLR10 = +# MEMCLR11 = +# MEMCLR12 = + +# MEMCLRALL = # Clear All Program Memories + +# MEMSET1 = # Set Individual Program Memory +# MEMSET2 = +# MEMSET3 = +# MEMSET4 = +# MEMSET5 = +# MEMSET6 = +# MEMSET7 = +# MEMSET8 = +# MEMSET9 = +# MEMSET10 = +# MEMSET11 = +# MEMSET12 = + + +############################################################################## + + +##### +# Directory Shortcut Statements +# +# Enter Any Valid Path To The Right Of The Equals Sign +# To Associate A Function Key With That Directory Path +# +##### + +# DIRSC1 = /path/to/a/directory/or/drive +# DIRSC2 = /path/to/a/directory/or/drive +# DIRSC3 = /path/to/a/directory/or/drive +# DIRSC4 = /path/to/a/directory/or/drive +# DIRSC5 = /path/to/a/directory/or/drive +# DIRSC6 = /path/to/a/directory/or/drive +# DIRSC7 = /path/to/a/directory/or/drive +# DIRSC8 = /path/to/a/directory/or/drive +# DIRSC9 = /path/to/a/directory/or/drive +# DIRSC10 = /path/to/a/directory/or/drive +# DIRSC11 = /path/to/a/directory/or/drive +# DIRSC12 = /path/to/a/directory/or/drive + + +############################################################################## + + +##### +# Examples Of Variables And Command Definitions +##### ##### # Example 'twander' Configuration For Unix