看不到我在iterm2中输入的内容

时间:2015-01-21 17:43:34

标签: rspec command-line-interface iterm iterm2

我会定期运行rspec(虽然我不知道它是否特定于此)但突然之间,我无法看到我正在打字的内容。我必须关闭iterm2窗口并打开一个新窗口。然后,这将很好地工作一段时间,iterm2将再次隐藏我的打字。我总能看到对命令的响应,而不是我的输入或光标。它也做了这种奇怪的堆叠,它将每一条新线推向更远的地方。

enter image description here

更新:

我尝试了输入stty echo的建议,可以看到我的文字,但奇怪的缩进仍然存在:

enter image description here

2 个答案:

答案 0 :(得分:15)

打字“stty sane”为我修复此问题。

答案 1 :(得分:3)

使用stty sane清除此问题以及许多其他问题。

从谷歌搜索得到了这个:

  

cread -ignbrk brkint -inlcr -igncr icrnl -iutf8 -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke相同,所有特殊字符均为默认值。

来源:http://www.tutorialspoint.com/unix_commands/stty.htm