diff --git a/twander.py b/twander.py index 111fe85..0f632b6 100755 --- a/twander.py +++ b/twander.py @@ -6,7 +6,7 @@ # Program Information PROGNAME = "twander" -RCSID = "$Id: twander.py,v 3.160 2005/01/12 08:20:05 tundra Exp $" +RCSID = "$Id: twander.py,v 3.161 2005/01/21 21:04:42 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -3293,12 +3293,11 @@ # Do a display refresh if the user wanted it # Wait a while to give the command a chance to complete - # Then clear any selections and move cursor to the top item + # Then clear any selections if do_refresh_after: time.sleep(AFTERWAIT) if AFTERCLEAR: - KeySelTop(None) KeySelNone(None) RefreshDirList()