Wed Aug 25 12:28:50 PDT 1999 Michael Jennings <mej@eterm.org>

Applied XIM fix from Sung-Hyun Nam <namsh@lgic.co.kr>.


SVN revision: 94
This commit is contained in:
Michael Jennings 1999-08-25 19:29:42 +00:00
parent e0d712602f
commit 6735efa7c7
3 changed files with 6 additions and 4 deletions

View File

@ -2346,3 +2346,8 @@ Tue Aug 24 13:00:46 PDT 1999 Michael Jennings <mej@eterm.org>
caused incorrect updates in trans mode. caused incorrect updates in trans mode.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Wed Aug 25 12:28:50 PDT 1999 Michael Jennings <mej@eterm.org>
Applied XIM fix from Sung-Hyun Nam <namsh@lgic.co.kr>.
-------------------------------------------------------------------------------

View File

@ -1815,7 +1815,7 @@ xim_real_init(void)
XVaNestedList preedit_attr = NULL; XVaNestedList preedit_attr = NULL;
XVaNestedList status_attr = NULL; XVaNestedList status_attr = NULL;
REQUIRE(Input_Context != NULL); REQUIRE(Input_Context == NULL);
if (rs_inputMethod && *rs_inputMethod) { if (rs_inputMethod && *rs_inputMethod) {
strncpy(tmp, rs_inputMethod, sizeof(tmp) - 1); strncpy(tmp, rs_inputMethod, sizeof(tmp) - 1);

View File

@ -293,9 +293,6 @@ begin main
# If true, Eterm will use save-unders. # If true, Eterm will use save-unders.
save_under true save_under true
# If true, Eterm will run pseudo-transparent.
trans true
end toggles end toggles
begin keyboard begin keyboard