[Top][All Lists]
[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 15:59:39 -0500 (EST) |
On Sat, 17 Jan 2009, Thomas Dickey wrote:
ncmpc creates a 2-line window.
hmm - misread that.
it doesn't enable scrolling in that window.
it writes the multibyte character string to the second line of the window.
ncurses gets to the end of the line, with one cell available, for a 2-cell
character. Since scrolling is disabled (by default), it writes the wrapped
character onto the same line.
scrolling is enabled, but a variable needed in this specific
multicolumn/wrapping case isn't updated when the wrapping occurs. fix
will be in tonight's patch.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- Re: Wide char bug(?), (continued)
- Re: Wide char bug(?), Thomas Dickey, 2009/01/15
- Re: Wide char bug(?), void, 2009/01/16
- Re: Wide char bug(?), void, 2009/01/16
- Re: Wide char bug(?), void, 2009/01/17
- Re: Wide char bug(?), void, 2009/01/17
- Re: Wide char bug(?), void, 2009/01/18