[haskeline] #81: haskeline assumes all characters have width = 1
haskeline
haskeline at projects.haskell.org
Thu Dec 2 10:08:51 EST 2010
#81: haskeline assumes all characters have width = 1
-------------------+--------------------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: reopened
Priority: major | Milestone: 0.6.*
Version: 0.6 | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Changes (by soiamso):
* status: closed => reopened
* resolution: fixed =>
Comment:
As the following link ,man page of SetConsoleCursorPosition(), mention.
Problem still exist in Win system. Because SetConsoleCursorPosition() and
COOR structure using the same "cell" machanism as terminal under *nix
system. Also need to cauculate every character's "cell width"
http://msdn.microsoft.com/en-us/library/ms686025%28VS.85%29.aspx
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/81#comment:9>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list