cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Reuben Thomas rrt@glass.cse.ogi.edu
Tue, 17 Jul 2001 07:53:49 -0700


rrt         2001/07/17 07:53:49 PDT

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  Reset the terminal on exit so that ghci doesn't leave it messed up. To see
  what I mean, run ghci, then type :q RET, then su return, and start typing a
  password. Alarming, isn't it?
  
  This fix needs a patch to the Readline library (next commit).
  
  Revision  Changes    Path
  1.81      +6 -1      fptools/ghc/compiler/ghci/InteractiveUI.hs