--- rxvt-unicode/src/main.C 2003/11/25 17:11:33 1.6 +++ rxvt-unicode/src/main.C 2003/11/26 10:42:34 1.7 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: main.c *----------------------------------------------------------------------* - * $Id: main.C,v 1.6 2003/11/25 17:11:33 pcg Exp $ + * $Id: main.C,v 1.7 2003/11/26 10:42:34 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -164,6 +164,8 @@ x_ev.start (Xfd, EVENT_READ); pty_ev.start (cmd_fd, EVENT_READ); + flush (); + return true; }