*** empty log message ***
authorpcg <pcg>
Sat, 21 Feb 2004 21:43:37 +0000 (21:43 +0000)
committerpcg <pcg>
Sat, 21 Feb 2004 21:43:37 +0000 (21:43 +0000)
src/init.C
src/main.C

index 20d4490dc68e1d396084d92bbc5bfa26222855d6..b5011f9871ac1eaecb69a18a9d39eb480d2f6412 100644 (file)
@@ -808,7 +808,7 @@ rxvt_term::set_locale (const char *locale)
 #if HAVE_XSETLOCALE || HAVE_SETLOCALE
   free (this->locale);
   this->locale = rxvt_strdup (setlocale (LC_CTYPE, ""));
-  rxvt_set_locale (this->locale);
+  SET_LOCALE (this->locale);
   mbstate.reset ();
 #endif
 #if HAVE_NL_LANGINFO
index 5fc4aeda5c4c2a915be6217ef2421f51f31b2648..16542f063638ac9238e3ffb9a104a347a4d43068 100644 (file)
@@ -267,7 +267,7 @@ rxvt_term::init (int argc, const char *const *argv)
   Gr_reset ();          /* reset graphics */
 #endif
 
-#if 1
+#if 0
   XSynchronize (display->display, True);
 #endif
 
@@ -1316,7 +1316,7 @@ rxvt_term::im_cb ()
 
 #if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE)
   if (rs[Rs_imLocale])
-    rxvt_set_locale (rs[Rs_imLocale]);
+    SET_LOCALE (rs[Rs_imLocale]);
 #endif
 
   p = rs[Rs_inputMethod];
@@ -1357,7 +1357,7 @@ rxvt_term::im_cb ()
 done:
 #if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE)
   if (rs[Rs_imLocale])
-    rxvt_set_locale (locale);
+    SET_LOCALE (locale);
 #endif
 }