ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.36 by pcg, Sat Feb 21 20:33:40 2004 UTC vs.
Revision 1.38 by pcg, Sat Feb 21 21:43:37 2004 UTC

265 scr_reset (); /* initialize screen */ 265 scr_reset (); /* initialize screen */
266#ifdef RXVT_GRAPHICS 266#ifdef RXVT_GRAPHICS
267 Gr_reset (); /* reset graphics */ 267 Gr_reset (); /* reset graphics */
268#endif 268#endif
269 269
270#if 1 270#if 0
271 XSynchronize (display->display, True); 271 XSynchronize (display->display, True);
272#endif 272#endif
273 273
274#ifdef HAVE_SCROLLBARS 274#ifdef HAVE_SCROLLBARS
275 if (Options & Opt_scrollBar) 275 if (Options & Opt_scrollBar)
1314 if (Input_Context) 1314 if (Input_Context)
1315 return; 1315 return;
1316 1316
1317#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) 1317#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE)
1318 if (rs[Rs_imLocale]) 1318 if (rs[Rs_imLocale])
1319 rxvt_set_locale (rs[Rs_imLocale]); 1319 SET_LOCALE (rs[Rs_imLocale]);
1320#endif 1320#endif
1321 1321
1322 p = rs[Rs_inputMethod]; 1322 p = rs[Rs_inputMethod];
1323 if (p && *p) 1323 if (p && *p)
1324 { 1324 {
1355 goto done; 1355 goto done;
1356 1356
1357done: 1357done:
1358#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) 1358#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE)
1359 if (rs[Rs_imLocale]) 1359 if (rs[Rs_imLocale])
1360 rxvt_set_locale (locale); 1360 SET_LOCALE (locale);
1361#endif 1361#endif
1362} 1362}
1363 1363
1364void 1364void
1365rxvt_term::IMSetStatusPosition () 1365rxvt_term::IMSetStatusPosition ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines