1838576 Members
4156 Online
110128 Solutions
New Discussion

Re: @ problem

 
SOLVED
Go to solution
j773303
Super Advisor

@ problem

Why I press @, the key will
jump a line? the key in the keyboard are OK. Only @ key will jump a line? How to fix it. I want @ display in my terminal. Thanks.
Hero
2 REPLIES 2
Jeff Schussele
Honored Contributor
Solution

Re: @ problem

Hi,

Run

stty -a

I suspect you'll see one of the control characters set to "@".

You have two choices:

1) Set the term type correctly:

export TERM=hp

2) Set the key corectly - let's assume it's interrupt:
stty INTR @

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: @ problem

Glad you caught my meaning.
I should have said...

stty INTR ^C

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!