*** empty log message ***
authorroot <root>
Sat, 20 Jan 2007 00:37:13 +0000 (00:37 +0000)
committerroot <root>
Sat, 20 Jan 2007 00:37:13 +0000 (00:37 +0000)
Changes
src/init.C

diff --git a/Changes b/Changes
index bd30c65709e9cc89ca303c4b9d185421d01ef3d9..979cfb4caeb6a4918ce570dc5b622b98d31cd385 100644 (file)
--- a/Changes
+++ b/Changes
@@ -38,6 +38,9 @@ TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct,
         - fix make and make install with srcdir != builddir.
         - updated bundled libptytty to fix a bug where the tty would be kept
           open (see the libptytty ChangeLog for details).
+        - delay setting the IUTF8 flag to after the tty settings have been
+          set so its value does not get lost (reported and analysed by Andrei
+          Paskevich).
 
 8.1  Thu Dec  7 22:27:25 CET 2006
         - ケリスマスプレゼント - zomg!!1, it's too early!!!
index 40b00c22376178440df79a2ea9566d4e393ff237..e6076096f594d8654a06e486a7fde52d6c3bd4fa 100644 (file)
@@ -1328,7 +1328,7 @@ rxvt_term::run_command (const char *const *argv)
 
   rxvt_get_ttymode (&tio, er);
   pty->set_utf8_mode (enc_utf8);
-  SET_TTYMODE (STDIN_FILENO, &tio);       /* init terminal attributes */
+  SET_TTYMODE (pty->tty, &tio);       /* init terminal attributes */
 
   /* set initial window size */
   tt_winch ();