help-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

double echo in test/ncurses.c


From: Andres Londoño
Subject: double echo in test/ncurses.c
Date: Sun, 21 Oct 2001 07:02:00 +0200 (CEST)

Hi!

Now I'am practicing with test/ncurses.c 

I crop out the code of form test of ncurses.c
and transform 
int form_test(void) into 
int main(void) 
to continue practicing.

But ...Surprise!

Every time I type into my segment program, the
interface shows 2 echos.
by example
I type  1234
the system show 
122
1233
12444

And the CONTROL keys appear in echo
as ^C and ^N when I want to move in Fields.

Whats is happen?  =(

Is some config function I deleted too?

Thanks.





_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es



reply via email to

[Prev in Thread] Current Thread [Next in Thread]