diff options
Diffstat (limited to 'chinese/tk83/files/patch-ao')
| -rw-r--r-- | chinese/tk83/files/patch-ao | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chinese/tk83/files/patch-ao b/chinese/tk83/files/patch-ao new file mode 100644 index 000000000000..823a8c5bdb08 --- /dev/null +++ b/chinese/tk83/files/patch-ao @@ -0,0 +1,16 @@ +--- ../library/text.tcl.orig Thu Feb 10 08:52:50 2000 ++++ ../library/text.tcl Wed Feb 21 21:27:44 2001 +@@ -378,6 +378,13 @@ + } + } + ++# UNIX only bindings: ++ ++if {[string equal $tcl_platform(platform) "unix"] && ++ [string compare [info commands imconfigure] {}]} { ++ bind Text <FocusIn> {catch {imconfigure %W}} ++} ++ + # Macintosh only bindings: + + # if text black & highlight black -> text white, other text the same |
