]> git.pld-linux.org Git - packages/urxvt.git/blame - rxvt-xim.patch
- BR perl-devel
[packages/urxvt.git] / rxvt-xim.patch
CommitLineData
8f71c2d2 1--- rxvt-2.7.6/src/main.c Mon Apr 9 18:53:19 2001
2+++ rxvt-2.7.6.modified/src/main.c Mon May 14 09:35:54 2001
3@@ -1113,7 +1113,8 @@
4 XPoint spot;
5 XVaNestedList preedit_attr;
6
7- if (r->h->Input_Context == NULL
8+ if (r->h->Input_Context == NULL || rxvt_IMisRunning(r) == False)
9+ /* if (r->h->Input_Context == NULL
10 || !r->TermWin.focus
11 || !(r->h->input_style & XIMPreeditPosition)
12 || !(r->h->event_type == KeyPress
13@@ -1121,7 +1122,7 @@
14 || r->h->event_type == SelectionNotify
15 || r->h->event_type == ButtonRelease
16 || r->h->event_type == FocusIn)
17- || !rxvt_IMisRunning(r))
18+ || !rxvt_IMisRunning(r)) */
19 return;
20
21 rxvt_setPosition(r, &spot);
This page took 0.032209 seconds and 4 git commands to generate.