- 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!!!
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 ();