diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 5e1e1a1..c8e392c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -13,13 +13,14 @@ RH linux that prevented 'twander' from opening the user's home directory. -- The -b, -f, -n, -w, and -s command line options have - been removed. You can now set color and font values as +- The -b, -f, -n, -w, -s, -x, -y command line options have + been removed. You can now set color, font, and size values as options in the configuration file (as well as color and font values for menus and help information - see below for more details). -- Default width has been changed to 110. +- Width/Height now default to 800 and 600 *PIXELS* respectively. + Previous versions did not really count pixels correctly. - You can now include references to any of the variable types in a manually entered command line. Syntax is the same as for @@ -73,6 +74,8 @@ Bit 6 - Dump directory stack (as program runs) Bit 7 - Dump command history stack after each command execution + Values can be expressed as hex or integer on the command line. + So, for example, 'twander.py -d 3' dumps the internal variables on stdout and exits immediately. @@ -116,20 +119,23 @@ FSZ = 12 # Display Font size MFSZ = 12 # Menu Font size HSZ = 10 # Help Font size - HEIGHT = 25 # Initial window height + HEIGHT = 600 # Initial window height in pixels MAXDIR = 32 # Max entries in Directory Menu MAXDIRBUF = 250 # Max size of directory buffer MAXHIST = 32 # Max entries in History Menu MAXHISTBUF = 250 # Max size of command history buffer MAXNESTING = 32 # Max level of variable nesting allowed REFRESHINT = 3000 # ms between refreshes - inaccurate, but bigger=longer - WIDTH = 90 # Initial window width + WIDTH = 800 # Initial window width in pixels + STARTX = 0 # Initial window x coordinate in pixels + STARTY = 0 # Initial window y coordinate in pixels Strings - RHS cannot be blank ------------------------------------------------------------- BCOLOR = black # Background color + CMDSHELL = [] # String to prepend in front of manually entered commands. FCOLOR = green # Foreground color MBARCOL = beige # Menubar color MBCOLOR = beige # Menu Background color @@ -181,6 +187,9 @@ a) You can now navigate ".." from root or use the Ctrl-k key to get a Drive List View of all available Win32 drives. + You can view either simple or detailed information in this + screen and toggle between the two views as with normal + directory displays. b) The file/directory mode will be displayed showing Win32 attributes: