Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        command.c 


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

Fixed window sizing race condition noted by Virgil <[EMAIL PROTECTED]>.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/command.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -3 -r1.99 -r1.100
--- command.c   7 Jan 2004 20:08:42 -0000       1.99
+++ command.c   11 Mar 2004 13:59:44 -0000      1.100
@@ -34,7 +34,7 @@
  * he guarantee anything whatsoever.
  *----------------------------------------------------------------------*/
 
-static const char cvs_ident[] = "$Id: command.c,v 1.99 2004/01/07 20:08:42 mej Exp $";
+static const char cvs_ident[] = "$Id: command.c,v 1.100 2004/03/11 13:59:44 mej Exp 
$";
 
 /* includes: */
 #include "config.h"
@@ -2146,6 +2146,7 @@
         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);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to