16

I was connected to a linux server over SSH. After performing the following command

cat dmesg.1.gz

the prompt on my SSH session changed from conor@linux:~$ to ␌⎺┼⎺⎼@┌␋┼┤│:·/┌⎺±⎽$

Any text I typed into the terminal was also garbled, even after disconnecting from the SSH session by typing exit, the terminal session which was now with my mac, was still garbled. I resolved the issue by closing the terminal window and opening a new one.

Is there any way to reset the terminal without closing the window and reopening such as a key combination?

4 Answers4

21

Your terminal has been shifted into “alternate character set” mode. To shift it back out, type

tput rmacs

at your (garbled) shell prompt. Your typing will appear garbled, too, but it will be back to normal after this command finishes.

Chris Johnsen
  • 40,399
7

I have had this same problem. To fix, click on Shell --> Send Reset. And if that doesn't work. Shell --> Hard Reset. This will reset it without you having to close and reopen the terminal.

Wuffers
  • 19,241
7

Typing "reset" at the command line (even if you cannot see what you are tying) often helps.

0

After trying the previous answers without any effect I took a look at the man page: tput reset