lintingzhen / commitizen-go

The commitizen command line utility, without nodejs.
MIT License
243 stars 25 forks source link

prompt info display repeatly if a line of characters exceeds the display window #6

Open robertzhangwenjie opened 3 years ago

robertzhangwenjie commented 3 years ago

image

lintingzhen commented 3 years ago

谢谢报错!

调试了一下发现是工程中使用的survey这个库中终端渲染部分代码的bug,并且v2版survey依然有这个问题。 不过目前操作终端文本似乎没有什么好的办法,好像不少刷新终端输出的程序都有这类问题(如果发现没有这类问题的工具,请麻烦告知)。

后续有时间找找看有没有什么解决方案。