help-ncurses
[Top][All Lists]
Advanced

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

Re: Help-ncurses digest, Vol 1 #29 - 1 msg


From: Andrzej Roszkowski
Subject: Re: Help-ncurses digest, Vol 1 #29 - 1 msg
Date: Mon, 22 Oct 2001 08:54:38 +0200 (CEST)

On Sun, 21 Oct 2001 address@hidden wrote:

> 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.

keypad()
noecho() ? <- not sure
:)
        Thomas




reply via email to

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