[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange char echo
From: |
Thomas Dickey |
Subject: |
Re: strange char echo |
Date: |
Thu, 5 Nov 2009 18:56:06 -0500 (EST) |
On Thu, 5 Nov 2009, Bryan Christ wrote:
does anyone know what might cause characters to be echoed to the screen
even though noecho() was called at startup?
aside from a new bug report?
It's possible that the ioctl to disable echoing is failing, e.g., if
stdout is redirected.
(n)curses disables echo at initialization, and simulates the echo/noecho
behavior.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
Re: strange char echo,
Thomas Dickey <=