You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-mud/tkmoo/files/0.3.32-keys-workaround.patch

14 lines
377 B

--- a/source.tcl 2004-12-28 23:36:47.000000000 -0800
+++ b/source.tcl 2004-12-28 23:37:09.000000000 -0800
@@ -51,6 +51,10 @@
#
#
+tk::unsupported::ExposePrivateCommand tkTextSetCursor
+tk::unsupported::ExposePrivateCommand tkTextScrollPages
+tk::unsupported::ExposePrivateCommand tkTextInsert
+
proc db.set { id field val args } {
global db
if { $args == {} } {