From owner-freebsd-hackers Wed Aug 15 17:50:59 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from femail31.sdc1.sfba.home.com (femail31.sdc1.sfba.home.com [24.254.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 689C037B40F for ; Wed, 15 Aug 2001 17:50:56 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([24.12.197.197]) by femail31.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010816005056.ZBMX20486.femail31.sdc1.sfba.home.com@math.missouri.edu>; Wed, 15 Aug 2001 17:50:56 -0700 Message-ID: <3B7B18EE.6B41ABED@math.missouri.edu> Date: Wed, 15 Aug 2001 19:50:54 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Hans Zaunere Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: ncurses References: <20010816004554.96396.qmail@web12807.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hans Zaunere wrote: > > I'm sorry that this is offtopic, but I've looked/asked > everywhere and no one has a clue. > > Once a program does initscr(), is it possible to > printf()? I can printf() stuff without a problem, but > it doesn't get to the screen until the program exits? > > I've done every ncurses function I can think of, > endwin(), etc. However if there is a printf() > anywhere after ncurses stuff has happened, nothing is > printed to the screen until the program exits. What > am I missing? Is there a trick to this, as it must be > possible, right? > > Thank you, > > Hans > zaunere@yahoo.com > fprintf(stderr,......) will print stuff when ncurses is running. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message