- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- xterm and backspace delete(left)
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
09-05-2007 08:20 AM
09-05-2007 08:20 AM
xterm and backspace delete(left)
Problem is backspace doesn't delete as a user would expect. I personally use Putty so I do not have this problem. Users however are starting xterms via Reflection.
One odd thing that I do find is if I start an session the same way to a Suse 10.1 workstation the backspace works, only on the Redhat systems am I finding this problem.
I did find that using ctrl-v and hitting backspace key is returning different results. On the Suse system or thru Putty I get ^? on the redhat system I get ^[[3~
Points will be assignedas try possible solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 08:33 AM
09-05-2007 08:33 AM
Re: xterm and backspace delete(left)
stty -a
Take a look at that output, compare it to a system that is functioning normally.
use stty commands to fix the problem.
stty erase
That alone might fix it.
BTW, with ptty you can fix this with the menus.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 08:48 AM
09-05-2007 08:48 AM
Re: xterm and backspace delete(left)
I have tried stty erase ^[[3~ that I found the backspace key is sending and still no luck.
stty -a shows that erase is set to ^H.
I think what I need is to somehow change what the backspace key is sending. I.e. make it send ^H or ^? if I set erase to ^?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 09:33 AM
09-05-2007 09:33 AM
Re: xterm and backspace delete(left)
Added the Backspace line below to /usr/lib/X11/app-defaults/XTerm
*VT100.translations: #override \
<<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 09:34 AM
09-05-2007 09:34 AM
Re: xterm and backspace delete(left)
*VT100.translations: #override \