终端打开、关闭光标
终端中有些任务意外断开可能会导致光标消失
echo -e "\033[?25h" # 显示光标
echo -e "\033[?25l" # 隐藏光标
Enjoy Reading This Article?
Here are some more articles you might like to read next:
终端中有些任务意外断开可能会导致光标消失
echo -e "\033[?25h" # 显示光标
echo -e "\033[?25l" # 隐藏光标
Here are some more articles you might like to read next: