未验证 提交 9c5c9ac5 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #14431 from taosdata/fix/ZhiqiangWang/TD-16357-fix-shell-ctrl-d-error

shell: fix shell ctrl-d error
......@@ -482,6 +482,7 @@ int32_t shellReadCommand(char *command) {
#endif
break;
case 4: // EOF or Ctrl+D
taosResetTerminalMode();
printf("\n");
return -1;
case 5: // ctrl E
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册