On Wed, May 22, 2013 at 09:26:53PM +0200, Sven Joachim wrote:
> On 2013-05-22 16:40 +0200, Sven Joachim wrote:
> 
> > On 2013-05-22 12:02 +0200, Thomas Dickey wrote:
> >
> >> Per my previous comment, I would have expected this to mark in some
> >> way a blocking-bug to prevent ncurses to propagate until this issue
> >> is resolved.
> >
> > Indeed, doing that now.  Hopefully it's not too late.
> 
> Unfortunately it _was_ too late, ncurses migrated to testing today so
> this problem will affect testing users until dialog is fixed. :-(

The problem is the calls to putp in util.c, which always write to stdout.

Before my changes, putp had (incorrectly for some time) written using ncurses's
own file descriptor passed in from newterm.  I noticed/fixed that while ironing
out the changes related to 20120825 

I'll fix this in dialog by ensuring that it uses the same file descriptor
as that used for newterm.

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

Attachment: signature.asc
Description: Digital signature

Reply via email to