[GHC] #10956: Allow default keyboard behavior to be easily overriden

GHC ghc-devs at haskell.org
Sat Oct 10 18:23:19 UTC 2015


#10956: Allow default keyboard behavior to be easily overriden
-------------------------------------+-------------------------------------
        Reporter:  BalinKingOfMoria  |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  7.8.3
      Resolution:                    |             Keywords:  io input raw
Operating System:  Windows           |         Architecture:  x86_64
 Type of failure:  Incorrect result  |  (amd64)
  at runtime                         |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by ezyang):

 Do you mean... in GHCi? GHCi uses readline, which is why you see this
 behavior. If you just have a normal GHC compiled program, you get raw
 input capture. (Of course, actually programming this correctly is quite
 involved, which is why people use libraries like ncurses in this case.)

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10956#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list