[uim-commit] r1123 - trunk/scm

tkng at freedesktop.org tkng at freedesktop.org
Sat Aug 6 04:55:36 EST 2005


Author: tkng
Date: 2005-08-05 11:55:15 -0700 (Fri, 05 Aug 2005)
New Revision: 1123

Modified:
   trunk/scm/im-custom.scm
Log:
* scm/im-custom.scm:
 -(bridge-show-input-state-time-length): New config item.


Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm	2005-08-05 09:57:49 UTC (rev 1122)
+++ trunk/scm/im-custom.scm	2005-08-05 18:55:15 UTC (rev 1123)
@@ -344,6 +344,12 @@
   (_ "Show input mode nearby cursor")
   (_ "long description will be here."))
 
+(define-custom 'bridge-show-input-state-time-length 3
+  '(global visual-preference)
+  '(integer 0 100)
+  (_ "Time length for showing input mode nearby the cursor")
+  (_ "long description will be here."))
+
 ;; EB Library support
 ;; 2005-02-08 Takuro Ashie <ashie at homa.ne.jp>
 ;; FIXME! Here isn't suitable position for EB support preference



More information about the uim-commit mailing list