[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's wrong in this program?
From: |
Docume |
Subject: |
Re: What's wrong in this program? |
Date: |
Tue, 20 Aug 2002 22:22:41 +0200 (CEST) |
I delete getch() and I still have same problem :-/
On Tue, 20 Aug 2002, Thomas Dickey wrote:
> On Tue, Aug 20, 2002 at 08:39:09AM -0700, Jason Evans wrote:
> > On Tuesday, Aug 20, 2002, at 07:26 US/Pacific, Docume wrote:
> > >Help, I can't see the box and the text at the same time :-(
> > >
> > >Thanks in advanced.
> >
> > Don't use iostream or stdio while curses is handling the terminal
> > redisplay; doing so is fundamentally contrary to the way curses works.
>
> That can create other problems, but is not cause of his problem.
>
>