Ticket #110 (closed defect: fixed)
Pressing Enter results in M
| Reported by: | guest | Owned by: | judah |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 0.6 | Keywords: | |
| Cc: | imam.alam@… |
Description
When pressing the Enter key in GHCi, it responds by an M character and the Enter is forgotten. When I press Ctrl+M instead it works.
I am using Linux Mint 9 (Isadora). GHCi is 6.12.3, I have the Haskell Platform installed, and haskeline is 0.6.2.2. I am assuming it's a haskeline bug just because everything else (like the terminal itself, python when run from the terminal, for example) works.
I am using GNOME-terminal 2.29.6. I have tried XTerm(256) but that also has the same problem.
$ echo $LANG produces en_AU.utf8
On #haskell it was suggested that I use $ rlwrap ghci but that didn't work either.
Trying to use haskeline as a library from GHCi failed because GHCi reported that haskeline is unusable due to missing or recursive dependency on mtl.
