diff --git a/.twander b/.twander index 64dae93..b30926b 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.78 2007/01/02 21:46:10 tundra Exp $ +# $Id: .twander,v 1.79 2007/01/08 17:53:52 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -30,55 +30,57 @@ # Program Option Statements ##### -# ACTUALLENGTH = False # Display actual file lengths -# 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 -# CMDMENUSORT = False # Sort command menu? -# CMDSHELL = # Command to use when spawning shell commands -# DEBUGLEVEL = 0 # Level of debug output desired -# DEFAULTSEP = ===> # Default separator string in PROMPT and YESNO constructs -# DOTFILE = . # What 'dotfiles' begin with -# 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 -# HIDEDOTFILES = False # Hide all dotfiles from view - i.e, Dir/filenames beginning with DOTFILE -# INVERTFILTER = False # Invert the sense of the logic for filtering by wildcard -# 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) -# WILDNOCASE = False # Set's case-insensitivity for wildcard matches - True on Win32 by default +# ACTUALLENGTH = False # Display actual file lengths +# 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 +# CMDMENUSORT = False # Sort command menu? +# CMDSHELL = # Command to use when spawning shell commands +# DEBUGLEVEL = 0 # Level of debug output desired +# DEFAULTSEP = ===> # Default separator string in PROMPT and YESNO constructs +# DOTFILE = . # What 'dotfiles' begin with +# 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 +# HIDEDOTFILES = False # Hide all dotfiles from view - i.e, Dir/filenames beginning with DOTFILE +# INVERTFILTER = False # Invert the sense of the logic for filtering by wildcard +# ISODATE = False # Display date/time in ISO 8601 format +# 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 +# RESOLVESYMLINKS = 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 +# 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) +# WILDNOCASE = False # Set's case-insensitivity for wildcard matches - True on Win32 by default ##############################################################################