[Konsole-devel] [Bug 156071] Thai Support for Konsole
Jakkapun Kwanroengjai
glooffy23 at gmail.com
Fri Jan 18 11:13:01 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=156071
------- Additional Comments From glooffy23 gmail com 2008-01-18 12:13 -------
> + // force combining character at column 0 to always take the first cell
> + if (w == 0 && cuX == 0)
> + w = 1;
> I don't understand the comment here. Could you clarify what this does?
In case combining character appears at column 0 without a base character, this would force it to take the column, rather than falling of the left edge of screen.
More information about the konsole-devel
mailing list