Skip to content
  • Ian Lynagh's avatar
    don't initialize readline needlessly · be3eef90
    Ian Lynagh authored
    Readline.initialize spills some escape sequences to stdout for some terminal
    types, potentially spoiling  ghc -e  output. So don't initialize readline
    unless we're working interactively on a terminal.
    Patch from Bertram Felgenhauer <int-e@gmx.de>
    be3eef90