[haskeline] #110: Pressing Enter results in M

haskeline haskeline at projects.haskell.org
Tue Aug 10 14:54:07 EDT 2010


#110: Pressing Enter results in M
-------------------+--------------------------------------------------------
Reporter:  guest   |        Owner:  judah   
    Type:  defect  |       Status:  assigned
Priority:  major   |    Milestone:          
 Version:  0.6     |   Resolution:          
Keywords:          |  
-------------------+--------------------------------------------------------
Changes (by judah):

  * owner:  => judah
  * status:  new => assigned

Comment:

 Thanks for the report.  A few questions:

  - In your terminal shell, what is the output of the following commands?
 {{{
 stty -a
 echo $TERM
 infocmp
 }}}

  - If you run the following command and then press Enter, what is the
 output?
 {{{
 ghc -e getChar
 }}}
  - Start ghci and type {{{getChar}}}   Then press ctrl-m (to enter that
 command into ghci).  Then, press Enter.  What happens?

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


More information about the Haskeline mailing list