Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Max OSX 上安装了 ghci。
但是每次,返回值都会覆盖我上次的 ghci 提示。见下文。
Falseghci>null[1,2,3] Luke_ghci>
“假”覆盖我的最后一行 ghci 提示符。(应该是 Luke_ghci)
太奇怪了。如何解决?谢谢。
从上面链接的消息中复制:
啊哈!这使我找到了它:我将 TERM 设置为“ansi”。ghci + Haskeline 可以查找 TERM 是否设置为 rxvt、vt52、vt100、vt102 或 xterm 中的任何一个。不知道在 terminfo Haskeline 中依赖什么,但是 'ansi' 没有!