summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/tlshell/tlshell.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
index 97c4703fc84..34569910fba 100755
--- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl
+++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
@@ -33,7 +33,7 @@ set pkgs pkgs_local
set prmpt "tlmgr>"
set busy 0
-set ddebug 1
+set ddebug 0
if $::ddebug {
frame .dbg
pack [ttk::scrollbar .dbg.scroll -command ".dbg.tx yview"] \
@@ -469,8 +469,8 @@ proc make_widgets {} {
grid .pkhsb -in .fpkg -row 1 -column 0 -sticky ew
grid columnconfigure .fpkg 0 -weight 1
pack .fpkg -side top -expand 1
- bind .pkglist <space> {toggle_marked [.pkglist focus] mk}
- bind .pkglist <Return> {toggle_marked [.pkglist focus] mk}
+ bind .pkglist <space> {toggle_marked [.pkglist focus] "#1"}
+ bind .pkglist <Return> {toggle_marked [.pkglist focus] "#1"}
bind .pkglist <ButtonRelease-1> {toggle_marked \
[.pkglist identify item %x %y] [.pkglist identify column %x %y]}
bind .pkglist <ButtonRelease-2> \