The cursor disappears when the Linux system is running

Problem
Sometimes when a certain command is executed, the terminal hides the cursor when it does not want it to be displayed, but an error is reported midway, and the command displayed by the cursor is finished before it has time to execute, and the cursor will disappear at this time.
Solution
Cursor disappears in terminal typing:

echo -e "\033[?25h"

Guess you like

Origin blog.csdn.net/weixin_43789096/article/details/124028342