Set focus to man page window so PgUp, etc work as expected.

This commit is contained in:
Dianne Skoll
2025-10-22 12:30:50 -04:00
parent c3f790a99b
commit e0a5125ee0

View File

@@ -4983,6 +4983,7 @@ proc ShowManPage { cmd jump destroy } {
$w.t configure -state disabled
CenterWindow $w .
raise $w
focus $w.t
}
proc ManEnter { t x y } {