diff --git a/.twander b/.twander
index a248485..f8ccc0b 100644
--- a/.twander
+++ b/.twander
@@ -1,5 +1,5 @@
 # 'twander' Configuration File Example
-# $Id: .twander,v 1.66 2005/02/02 09:45:50 tundra Exp $
+# $Id: .twander,v 1.67 2005/02/14 09:41:24 tundra Exp $
 #
 # Contains list of all possible variables (and defaults, if any) for:
 #
@@ -37,6 +37,7 @@
 # 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
@@ -48,6 +49,7 @@
 # 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
@@ -238,6 +240,7 @@
 # FILTERWILD       = <Control-equal>                 # Filter file list with wildcard
 # SELWILD          = <Control-backslash>             # Select using wildcards
 # TOGFILT          = <Control-minus>                 # Toggle logical sense of wildcard filtering
+# TOGHIDEDOT       = <Control-9>                     # Toggle hiding dotfiles