Thu Mar 11 09:07:13 2004 Michael Jennings (mej)

Fixed window sizing race condition noted by Virgil <virgil@yak.net>.


SVN revision: 9323
This commit is contained in:
Michael Jennings 2004-03-11 13:59:44 +00:00
parent ff39313277
commit 6bc3bad36b
2 changed files with 5 additions and 0 deletions

View File

@ -5190,3 +5190,7 @@ Wed Mar 3 15:50:17 2004 Michael Jennings (mej)
Ported over the autogen.sh changes from LibAST and fixed configure.in.
----------------------------------------------------------------------
Thu Mar 11 09:07:13 2004 Michael Jennings (mej)
Fixed window sizing race condition noted by Virgil <virgil@yak.net>.
----------------------------------------------------------------------

View File

@ -2146,6 +2146,7 @@ run_command(char **argv)
PrivateModes |= PrivMode_scrollbar;
SavedModes |= PrivMode_scrollbar;
}
tt_winsize(ptyfd);
#if DEBUG >= DEBUG_TTYMODE && defined(HAVE_TERMIOS_H)
if (DEBUG_LEVEL >= DEBUG_TTYMODE) {
debug_ttymode(&tio);