[1046]Linux中光标消失解决办法

假如Linux下光标消失,不要急,linux下直接敲命令行就行

隐藏光标

echo -e "\033[?25l" 

显示光标

echo -e "\033[?25h"

参考:https://www.cnblogs.com/goahead–linux/p/10902500.html

Guess you like

Origin blog.csdn.net/xc_zhou/article/details/119810410
Recommended