diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 5f06b4d..96c8d2e 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,4 @@ -$Id: WHATSNEW.txt,v 1.137 2004/03/11 00:24:23 tundra Exp $ +$Id: WHATSNEW.txt,v 1.138 2004/03/11 03:41:32 tundra Exp $ WHAT'S NEW @@ -32,6 +32,19 @@ - The current state of Autofreshing is now displayed on the main window title bar. +- You can now force a display refresh after a command is executed + by placing the REFRESHAFTER symbol (default: '+') at the beginning + of your command string in the configuration file. This also + works when entered manually via RUNCMD (default: Control-z). + This will take place regardless the current AUTOREFRESH setting. + +- A new user-settable option variable, AFTERWAIT (default: 1) has + been added. This tells 'twander' how long to wait before + initiating a display refresh requested by the REFRESHAFTER + construct. This gives the system AFTERWAIT seconds to complete + the command before a display update is done. See documentation + for subtleties of using this feature. + CHANGES