haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
223 stars 75 forks source link

Fix `STX` appearing in any lines of the prompt, not just the last one. #107

Closed judah closed 5 years ago

judah commented 5 years ago

Fixes #72.


This change is Reviewable