[haskeline] #111: Incorect calculations for multi-line prompt

haskeline haskeline at projects.haskell.org
Fri Sep 10 18:00:09 EDT 2010


#111: Incorect calculations for multi-line prompt
-------------------+--------------------------------------------------------
Reporter:  guest   |        Owner:        
    Type:  defect  |       Status:  closed
Priority:  minor   |    Milestone:  0.6.3 
 Version:  0.6     |   Resolution:  fixed 
Keywords:          |  
-------------------+--------------------------------------------------------
Changes (by judah):

 * cc: lordrat at e-region.net (added)
  * keywords:  lordrat at e-region.net =>
  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => 0.6.3

Comment:

 Fixed in HEAD, by:
 {{{
 Fri Sep 10 14:50:54 PDT 2010  Judah Jacobson <judah.jacobson at gmail.com>
   * #111: Correct width calculations when the prompt contains newlines.
   Before running terminal-style interaction, we print out all but the last
 line of the prompt,
   and then use the last line for interaction.

   I also did some minor refactoring of the input functions to abstract out
 repeated code.
 }}}

-- 
Ticket URL: <http://trac.haskell.org/haskeline/ticket/111#comment:1>
haskeline <http://example.org/>
My example project


More information about the Haskeline mailing list