NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/57592: curses: aspell clears screen if no correction found
The following reply was made to PR lib/57592; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: rokuyama.rk%gmail.com@localhost
Subject: Re: lib/57592: curses: aspell clears screen if no correction found
Date: Thu, 7 Sep 2023 09:24:04 +0000 (UTC)
On Wed, 23 Aug 2023, rokuyama.rk%gmail.com@localhost wrote:
>> How-To-Repeat:
> Install textproc/aspell and aspell-en from pkgsrc.
>
> % cat foo.txt
> only correct words
> % aspell -c foo.txt
>
> Then, if it is linked to old curses (9.0) or ncursesw, it silently
> exits. However, it clears screen for recent curses (9.1).
>
Can you show the output of these commands:
$ echo $TERM
$ ldd $(which aspell)
$ aspell -c foo.txt | sed -n l # repeat for 9.0, 9.1, ncurses
Thx,
-RVP
Home |
Main Index |
Thread Index |
Old Index