diff --git a/.twander b/.twander index 40b03dd..54000b5 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.55 2004/03/11 03:42:26 tundra Exp $ +# $Id: .twander,v 1.56 2005/01/10 21:42:25 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -28,44 +28,48 @@ # Program Option Statements ##### -# AFTERWAIT = 1 -# 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 -# MAXMENU = 32 -# MAXMENUBUF = 250 -# MAXNESTING = 32 -# MBARCOL = beige -# MBCOLOR = beige -# MFCOLOR = black -# MFNAME = Courier -# MFSZ = 12 -# MFWT = bold -# NODETAILS = False -# NONAVIGATE = False -# QUOTECHAR = " -# REFRESHINT = 3000 -# SORTBYFIELD = Name -# SORTREVERSE = False -# SORTSEPARATE = True -# STARTDIR = Defaults To Wherever Program Was Started -# STARTX = 0 -# STARTY = 0 -# USETHREADS = True -# USEWIN32ALL = True -# WARN = True -# WIDTH = 800 +# ADAPTREFRESH = True # Enable adaptive refreshing +# AFTERCLEAR = True # Clear selection after forced refresh +# AFTERWAIT = 1 # Wait time (sec) after forced refresh +# AUTOREFRESH = True # Automatically reread current directory periodically +# BCOLOR = black # Main window background color +# CMDSHELL = # Command to use when spawning shell commands +# DEBUGLEVEL = 0 # Level of debug output desired +# FCOLOR = green # Main window foreground color +# FNAME = Courier # Main window font name +# FORCEUNIXPATH = False # Force Unix-Style paths when doing built-in substitutions +# FSZ = 12 # Main window font size +# FWT = bold # Main window font width +# HBCOLOR = lightgreen # Help background color +# HEIGHT = 600 # Initial window height (pixels) +# HFCOLOR = black # Help foreground color +# HFNAME = Courier # Help font name +# HFSZ = 10 # Help font size +# HFWT = italic # Help font weight +# MAXMENU = 32 # Maximum number of displayed menu items +# MAXMENUBUF = 250 # Maximum number of (internally) tracked menu items +# MAXNESTING = 32 # Maximum depth of variable definition nesting +# MBARCOL = beige # Menu bar color +# MBCOLOR = beige # Menu bar background color +# MFCOLOR = black # Menu bar foreground color +# MFNAME = Courier # Menu bar font name +# MFSZ = 12 # Menu bar font size +# MFWT = bold # Menu bar font weight +# NODETAILS = False # Suppress display of file details +# NONAVIGATE = False # Prevent navigation out of start directory +# QUOTECHAR = " # Character to use when quoting built-in variables +# REFRESHINT = 3000 # Interval (ms) at which to re-read current directory +# SORTBYFIELD = Name # Field to use as sort key +# SORTREVERSE = False # Reverse sort order +# SORTSEPARATE = True # Separate directories and files in display +# STARTDIR = ... # Defaults to directory in which program started +# STARTX = 0 # Main window starting X coordinate +# STARTY = 0 # Main window starting Y coordinate +# SYMDIR = True # Sort symbolic links pointing to directories as directories +# USETHREADS = True # Use threads to launch commands +# USEWIN32ALL = True # Use Win32All extensions on Win32 (if present) +# WARN = True # Enable warnings +# WIDTH = 800 # Initial window width (pixels) ############################################################################## @@ -117,6 +121,9 @@ # FONTINCR = # Increase Font Size # MOUSECTX = # Invoke context menu # MOUSEDIR = # Display the directory menu +# MOUSEHIST = # Pop-up History Menu +# MOUSEWILD = # Pop-up Wildcard Menu +# MOUSESC = # Pop-up Shortcut Menu # QUITPROG = # Quit the program # READCONF = # Re-read the configuration file # REFRESH = # Refresh screen