1834007 Members
1789 Online
110063 Solutions
New Discussion

Re: bs getting crazy

 
Emilio Nunez
Occasional Contributor

bs getting crazy

using the bs command then you type ctrl-c then the screen get crazy, why happen this ??
.
7 REPLIES 7
Jeff Schussele
Honored Contributor

Re: bs getting crazy

Hi Emilio,

Suspect your TERM definition is a problem here.

echo $TERM

before you start bs & if it doesn't match what you're currently using, change it.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Emilio Nunez
Occasional Contributor

Re: bs getting crazy

Jeff, my TERM value is set to "hp".
.
Jeff Schussele
Honored Contributor

Re: bs getting crazy

And you terminal or emulation is.......?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Emilio Nunez
Occasional Contributor

Re: bs getting crazy

I use Reflection with HP emulation
.
A. Clay Stephenson
Acclaimed Contributor

Re: bs getting crazy

1) Do a stty -a and note the value of intr. It should typically be set to Cntl-C to
trigger an interupt.

2) Make sure that the setting of your terminal (or emulator) matches the TERM environment variable.

3) Make sure that no traps are in place to coerce the SIGINT signal.
If it ain't broke, I can fix that.
Emilio Nunez
Occasional Contributor

Re: bs getting crazy

There are no traps, my intr value is set to ctlr-c and the reflection Terminal type is HP2392A
.
A. Clay Stephenson
Acclaimed Contributor

Re: bs getting crazy

Okay but is your TERM variable then set to 2392A and exported?

Also, when you do a stty -a is anything else set to Ctrl-C?

If it ain't broke, I can fix that.