[haskeline] #81: haskeline assumes all characters have width = 1

haskeline haskeline at projects.haskell.org
Sat May 16 08:36:50 EDT 2009


#81: haskeline assumes all characters have width = 1
-------------------+--------------------------------------------------------
Reporter:  guest   |       Owner:     
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:     
 Version:  0.6     |    Keywords:     
-------------------+--------------------------------------------------------
 haskeline's input editing assumes all characters have a width of 1. The
 display and cursor positioning code messes up if that assumption doesn't
 hold, e.g. for double-wide (width = 2) or combining characters (width =
 0).

-- 
Ticket URL: <http://trac.haskell.org/haskeline/ticket/81>
haskeline <http://example.org/>
My example project


More information about the Haskeline mailing list