↧
Answer by Steven K for command prompt stuck on same line
Use the reset command. See man reset: When invoked as reset, tset sets cooked and echo modes, turns off cbreak and raw modes, turns on newline translation and resets any unset special characters to...
View ArticleAnswer by Gomeazy for command prompt stuck on same line
The next time you have the issue type ctrl+c and it will end the command typed. This may help, let me know what happens. You also want to make sure what you are typing is being input correctly; that...
View Articlecommand prompt stuck on same line
Sometimes (rarely) it happens that when I hit enter on a terminal, the command prompt doesn't go to the next line, but it gets printed again on the same line. My work around is to simply close the...
View Article