From: Araki K. <j00...@ip...> - 2001-12-13 16:45:47
|
Hi, Subject: [Mlterm-dev-en] Some problem of Big5 cut&paste and XIM(mlterm-cvs) From: "Edward G.J. Lee" <ed...@ms...> Message-ID: <200...@da...> Date: Wed, 12 Dec 2001 11:47:06 +0800 > But when I use Tcl/Tk APP will not > do the cut&paste from/to mlterm even English text. I understand this reason. This is because mlterm ignores XA_STRING property which Tcl/Tk sends to copy and paste text. I fixed it and now I can copy and paste at least English text. Please cvs checkout and test it. BTW , Tcl/Tk-8.3 I use doesn't support CTEXT , so I don't know whether mlterm can copy and paste CTEXT with Tcl/Tk. --- commit log. * mlterm can core dump in kik_locale_init(). fixed. * XA_STRING property is supported in copy and paste. * cursor-control characters inside ESC sequences are partially supported. (Thanks to Minami Hirokazu san) -- kiken j00...@ip... |