diff --git a/twander.py b/twander.py index 01d433a..aeb062a 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.34 2002/12/23 22:34:54 tundra Exp $" +RCSID = "$Id: twander.py,v 2.35 2002/12/24 22:16:59 tundra Exp $" VERSION = RCSID.split()[2] @@ -308,7 +308,7 @@ " -t no quoting when substituting Built-In Variables (default: quoting on)", " -v print detailed version information", " -w wght weight/style of font to use (default: bold)", - " -x width window width (default: 60)", + " -x width window width (default: 90)", " -y height window height (default: 25)", ] @@ -486,7 +486,7 @@ def ParseLine(line, num): - global UI, PGUP + global UI revar = re.compile(reVAR) # Get rid of trailing newline, if any