[uim-commit] r644 - trunk/fep
yamamoto at freedesktop.org
yamamoto at freedesktop.org
Sun Feb 13 23:16:54 PST 2005
Author: yamamoto
Date: 2005-02-13 23:16:49 -0800 (Sun, 13 Feb 2005)
New Revision: 644
Modified:
trunk/fep/uim-fep.c
Log:
* fep/uim-fep.c: turn on the input method when -S option is set
Modified: trunk/fep/uim-fep.c
===================================================================
--- trunk/fep/uim-fep.c 2005-02-14 06:02:20 UTC (rev 643)
+++ trunk/fep/uim-fep.c 2005-02-14 07:16:49 UTC (rev 644)
@@ -424,6 +424,9 @@
init_sendsocket(sock_path);
}
init_agent(engine);
+ if (s_gnu_screen) {
+ uim_set_mode(s_context, 1);
+ }
init_callbacks(s_context, s_status_type, cursor_no_reverse, statusline_width);
init_draw(s_context, on_the_spot, s_status_type, s_gnu_screen, s_master, s_path_getmode);
init_escseq(use_civis, on_the_spot, s_status_type, s_gnu_screen, &attr_uim);
More information about the Uim-commit
mailing list