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
eterm-0.10
Michael Jennings 24 years ago
parent e0d712602f
commit 6735efa7c7
  1. 5
      ChangeLog
  2. 2
      src/command.c
  3. 3
      themes/trans/theme.cfg.in

@ -2346,3 +2346,8 @@ Tue Aug 24 13:00:46 PDT 1999 Michael Jennings <mej@eterm.org>
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>.
-------------------------------------------------------------------------------

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

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

Loading…
Cancel
Save