1751783 Members
4815 Online
108781 Solutions
New Discussion юеВ

Re: term problem?

 
SOLVED
Go to solution
Chuck Dugan
Occasional Contributor

term problem?

I'm having a problem editing the crontab or any other file for that matter. I tried to create an entry that sends an email notification. When I try to enter the "@" sign the cursor moves to the beginning of the line and another keystroke will delete the line. I thought it was a term problem, but I've tried vt100, xterm and hpterm and it doesn't seem to help. I'm using the posix shell, but I've tried ksh also. Help!
I'd rather be on my boat...
2 REPLIES 2
Andy Monks
Honored Contributor
Solution

Re: term problem?

looks like your stty settings are wrong.

do 'stty -a' and you'll see that '@' does a kill. You'll need to change it with :-

stty kill
Chuck Dugan
Occasional Contributor

Re: term problem?

That was it, Andy, thanks!
I'd rather be on my boat...