bug-ncurses
[Top][All Lists]
Advanced

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

Re: Terminal echo


From: Thomas Dickey
Subject: Re: Terminal echo
Date: Tue, 1 Apr 2003 19:08:18 -0500
User-agent: Mutt/1.2.5i

On Tue, Apr 01, 2003 at 10:02:47PM +0200, address@hidden wrote:
> Hi,
> 
> There is a problem in conjuction with Readline: When temporary leaving
> curses fullscreen mode, invoking readline, and reactivating curses mode,
> the terminal settings somehow get wrong, and typed characters are echoed
> to the screen. (This is *not* curses generated echo, but terminal echo.)
> I've attached a simple test program demonstrating this.

2nd reply - long day.  I'm running Slackware, which does have termcap
library also, and in linking did
        -lncurses -lreadline -ltermcap
which works fine.  Changing to
        -lreadline -lncurses
yields a double echo.  So I assume that's what you're talking about.
(I will look into that on the weekend - not enough time right now).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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