diff --git a/twander.py b/twander.py index d42c374..179b6f5 100755 --- a/twander.py +++ b/twander.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.142 2004/03/11 07:21:18 tundra Exp $" +RCSID = "$Id: twander.py,v 3.143 2004/03/11 07:24:28 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -307,7 +307,7 @@ REFRESHAFTER = '+' # Indicate we want a refresh after a command runs SHOWDRIVES = '\\\\' # Logical directory name for Win32 Drive Lists STRICTMATCH = CMDESCAPE # Tells wildcard system to enforce strict matching -TTLMAXDIR = 80 # Maximum length of current directory path to show in titlebar +TTLMAXDIR = 60 # Maximum length of current directory path to show in titlebar TTLDIR2LONG = "..." # String to place at front of long dir paths in titlebar # Sort Field Names In Normal View