diff --git a/twander.py b/twander.py index dd1edc9..0627b12 100755 --- a/twander.py +++ b/twander.py @@ -4,7 +4,7 @@ # For Updates See: http://www.tundraware.com/Software/twander PROGNAME = "twander" -RCSID = "$Id: twander.py,v 2.38 2003/01/02 17:19:46 tundra Exp $" +RCSID = "$Id: twander.py,v 2.39 2003/01/02 17:51:29 tundra Exp $" VERSION = RCSID.split()[2] @@ -274,8 +274,9 @@ # Debug Strings -dCMD = "COMMAND: " +dCMD = "" dCMDTBL = "" +dDIRSTK = "" dHEADER = "twander Debug Dump Run On: %s\n" dINTVAR = "" dKEYBINDS = "" @@ -1535,7 +1536,7 @@ if save and UI.CurrentDir: UI.LastDir.append(UI.CurrentDir) if int(DEBUGLEVEL) & DEBUGDIRS: - print UI.LastDir, '\n' + print dDIRSTK, '\n', UI.LastDir, '\n' # And select new directory to visit UI.CurrentDir = newdir