bug-ncurses
[Top][All Lists]
Advanced

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

Re: strange char echo


From: Scott Furry
Subject: Re: strange char echo
Date: Thu, 05 Nov 2009 13:26:39 -0700
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Two schools of thought....
a) hardware
b) software

For a) assuming some kind of external comms - do you have some form of loop back? I'm going to say this is probably unlikely and would be special case. However, I have to throw it out.

For b) when you did you initial build (assuming you built from source) did you config using the flag "with_sp_funcs"? From the source see the configure file (line 9350 sets the flag NCURSES_SP_FUNCS) and lib_echo.c (NCURSES_SP_FUNCS is used to enable the build of the noecho function at line 77).

Regards,
Scott




Bryan Christ wrote:
does anyone know what might cause characters to be echoed to the screen
even though noecho() was called at startup?



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses






reply via email to

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