diff --git a/.twander b/.twander index e8df91d..28f30c8 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.81 2007/01/08 20:46:50 tundra Exp $ +# $Id: .twander,v 1.82 2007/01/09 23:41:47 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -41,7 +41,6 @@ # DEBUGLEVEL = 0 # Level of debug output desired # DEFAULTSEP = ===> # Default separator string in PROMPT and YESNO constructs # DOTFILE = . # What 'dotfiles' begin with -# EXPANDSYMLINKS = True # Expand symlink to show its target # FCOLOR = green # Main window foreground color # FNAME = Courier # Main window font name # FORCEUNIXPATH = False # Force Unix-Style paths when doing built-in substitutions @@ -69,7 +68,6 @@ # 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 -# RESOLVSYMLINKS = False # Show absolute path of symlink target # SORTBYFIELD = Name # Field to use as sort key # SORTREVERSE = False # Reverse sort order # SORTSEPARATE = True # Separate directories and files in display @@ -77,6 +75,8 @@ # STARTX = 0 # Main window starting X coordinate # STARTY = 0 # Main window starting Y coordinate # SYMDIR = True # Sort symbolic links pointing to directories as directories +# SYMEXPAND = True # Expand symlink to show its target +# SYMRESOLV = False # Show absolute path of symlink target # USETHREADS = True # Use threads to launch commands # USEWIN32ALL = True # Use Win32All extensions on Win32 (if present) # WARN = True # Enable warnings @@ -128,21 +128,24 @@ # General Program Commands # -# CLRHIST = # Clear Command History -# FONTDECR = # Decrease Font Size -# FONTINCR = # Increase Font Size -# MOUSECTX = # Invoke context menu -# MOUSEDIR = # Display the directory menu -# MOUSEHIST = # Pop-up History Menu -# MOUSESC = # Pop-up Shortcut Menu -# MOUSESORT = # Pop-up Sorting Menu -# QUITPROG = # Quit the program -# READCONF = # Re-read the configuration file -# REFRESH = # Refresh screen -# TOGAUTO = # Toggle Autorefreshing -# TOGDETAIL = # Toggle detail view -# TOGLENGTH = # Toggle length display between actual and normalized -# 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 +# MOUSEHIST = # Pop-up History Menu +# MOUSESC = # Pop-up Shortcut Menu +# MOUSESORT = # Pop-up Sorting Menu +# QUITPROG = # Quit the program +# READCONF = # Re-read the configuration file +# REFRESH = # Refresh screen +# TOGAUTO = # Toggle Autorefreshing +# TOGDETAIL = # Toggle detail view +# TOGLENGTH = # Toggle length display between actual and normalized +# TOGSYMDIR = # Toggle sorting of symbolic links pointing to directories +# TOGSYMEXPAND = # Toggle symbolic link expansion +# TOGSYMRESOLV = # Toggle absolute symbolic link resolution +# TOGWIN32ALL = # Toggle win32all Features, If Available # # Directory Navigation #