diff --git a/twander.py b/twander.py index 4caf6ed..1a61eee 100755 --- a/twander.py +++ b/twander.py @@ -4,7 +4,7 @@ PROGNAME = "twander" -RCSID = "$Id: twander.py,v 1.52 2002/11/14 21:29:53 tundra Exp $" +RCSID = "$Id: twander.py,v 1.53 2002/11/14 21:48:24 tundra Exp $" VERSION = RCSID.split()[2] @@ -311,7 +311,7 @@ foreground = FCOLOR, background = BCOLOR, font = (FNAME, FSZ, FWT), - selectmode=SINGLE, + selectmode=BROWSE, exportselection=0, xscrollcommand=self.hSB.set, yscrollcommand=self.vSB.set, @@ -582,10 +582,11 @@ if number > maxindex: number = maxindex if active >maxindex: - active = maxindex + active = maxindex UI.DirList.select_set(number) UI.DirList.see(number) + UI.DirList.activate(active) # We have to update the title because the selection