Operating System - HP-UX
1834461 Members
2918 Online
110067 Solutions
New Discussion

Re: Reflection X dtterm error

 
SOLVED
Go to solution
prasathc
Frequent Advisor

Reflection X dtterm error

Hi All
I facing problem in Reflextion X dtterm like I am using Reflection X window system Version (RX32 V6.2).
I am able to type commands in the dtterm, when i typed the commands mistakenly
For example
I typed "claer" instead of "clear" so I press backspace to earse the command or make it as correct but its not happening instead i am getting the following [ ^?^?^? ] symbole.
As per my knowledge we can make correct by using stty command or trap command. If i am correct please guide me in this regard.

Thanks in Advance
Prasath C
4 REPLIES 4
John Meissner
Esteemed Contributor

Re: Reflection X dtterm error

stty erase ^?

you type:
stty erase
then hit the backspace key wich displays teh ^?

when you hit the backspace key now it will erase
All paths lead to destiny
Helen French
Honored Contributor
Solution

Re: Reflection X dtterm error

Try this:
1) Open Reflection "X client Manager"
2) Select "settings" and then "keyboard"
3) Under "options" uncheck the box which says "Backspace key sends delete"
4) Apply the change and close.
5) Test the result on a new session.

That may solve the issue.
Life is a promise, fulfill it!
Bill McNAMARA_1
Honored Contributor

Re: Reflection X dtterm error

in a similar line
add
stty susp ^Z
to you .profile
You can type the Shift 6 Z,
this will allow you to put tasks in the bg to be fg later.
You can add the stty erase ^? there too if you don't like the reflection config fix
It works for me (tm)
prasathc
Frequent Advisor

Re: Reflection X dtterm error

Hi All

Thanks for the immediate reply
Now i am able to erase the letter with backspace key. I have gone with shiju method its just simple task. Its working fine now.

Thanks once again to all for the reply.

Regards
Prasath C