“cordova run ios”终端后没有回显键盘输入

时间:2014-12-11 16:31:48

标签: ios macos cordova

使用Cordova 4.1.2。使用以下方法在iPad上成功运行项目后

cordova run ios

并使用killsafequit命令退出LLDB,终端窗口将不再回显键盘输入。

我是否可以输入shell命令来恢复终端窗口的正常功能?目前,我必须在测试我的cordova应用程序后退出终端并开始新的终端。

1 个答案:

答案 0 :(得分:2)

似乎cordova run ios正在运行的其中一个脚本正在关闭终端回声。之前的终端设置:

~>stty
speed 9600 baud;
lflags: echoe echoke echoctl pendin
iflags: iutf8
oflags: -oxtabs
cflags: cs8 -parenb

之后:

speed 9600 baud;
lflags: -icanon -iexten -echo echoe echoke echoctl
iflags: inlcr iutf8
oflags: -oxtabs
cflags: cs8 -parenb
dsusp   eof     lnext   reprint status  werase
<undef> <undef> <undef> <undef> <undef> <undef>  

我已经能够通过在LLDB退出后小心键入以下内容来解决此问题,以恢复键盘回声:

stty echo