[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
stdout after endwin()
From: |
fgc13 |
Subject: |
stdout after endwin() |
Date: |
Sun, 22 Apr 2007 12:54:06 -0700 (PDT) |
hi!
My application needs swap between ncurses and tty some times during the
execution. But when I call endwin() all stdout data (p.e. fprintf(stdout,
"Hello world\n") sentences) doesn't appear in tty. I think some ncurses
buffer is active because when I send a lot of fprintf sentences (like 3000)
data appears in screen. ¿Can I disable complete ncurses during execution?
Thanks.
--
View this message in context:
http://www.nabble.com/stdout-after-endwin%28%29-tf3627348.html#a10128681
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.
- stdout after endwin(),
fgc13 <=