bug-ncurses
[Top][All Lists]
Advanced

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

Re: Wide char bug(?)


From: Thomas Dickey
Subject: Re: Wide char bug(?)
Date: Sat, 17 Jan 2009 08:35:04 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Jan 17, 2009 at 04:13:38PM +0300, address@hidden wrote:
> > no, I don't think I'm seeing the bug, since the first character on the line
> > isn't the "u" shape, but is the upside-down "T".  From the bug report text
> > and screenshot, I'd expect to see something amiss with the first character.
> 
> Indeed, the first char should be overwritten with a "u" shaped one.
> 
> $COLUMNS == 80?

It was a 24x80 screen in each case.  (screenshot attached, with uxterm using
"Large" font).
 
> There should only be a single width position left to print the next "u".
> 
> What is the source of your ncmpc?

I downloaded ncmpc-0.11.1.tar.gz on Thursday, compiled it last night.

Not sure if the screen layout was as expected (whether the ASCII string
and the non-ASCII author+title should be on the same line), I looked a
little at a trace, saw that the addstr for the latter was starting on
the beginning of a new line (ok), and saw that the screenshot in the
bug report corresponded with that.

(perhaps it's some detail of the locale - I generally use en_US.UTF-8 for
uxterm, unless there's some special feature).

So I need more information...
 
> > fwiw - I checked on both xterm (uxterm) and urxvt with these:
> > 
> >     ncurses 5.7.20081102
> >     ncurses 5.7.20090110
> 
> XTerm(239)
> rxvt-unicode (urxvt) v9.05
> 
> $ ldd /usr/bin/ncmpc | grep ncur
>         libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007fa072856000)
> 
> $ strings /lib/libncursesw.so.5 | grep ^ncur
> ncurses 5.7.20090110

right - I don't see (or recall) any post-5.7 fixes in that area; the
last I noticed in NEWS was the one I cited.

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

Attachment: ncmpc-090117a.png
Description: PNG image

Attachment: signature.asc
Description: Digital signature


reply via email to

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