- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reflection X dtterm error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:35 AM
05-16-2003 06:35 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:40 AM
05-16-2003 06:40 AM
Re: Reflection X dtterm error
you type:
stty erase
then hit the backspace key wich displays teh ^?
when you hit the backspace key now it will erase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:45 AM
05-16-2003 06:45 AM
Solution1) 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 07:12 AM
05-16-2003 07:12 AM
Re: Reflection X dtterm error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 07:18 AM
05-16-2003 07:18 AM
Re: Reflection X dtterm error
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