- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: exceed xterm delete key not working ?
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
04-22-2005 06:18 AM
04-22-2005 06:18 AM
exceed xterm delete key not working ?
stty erase (hit the delete key). I get
# stty erase ^[[
How do I fix it. Delete key works with exceed on another box fine connectig to another hp server but here I cant make it work.
# stty -a
speed 38400 baud; line = 0;
rows = 24; columns = 80
min = 4; time = 0;
intr = ^C; quit = ^\; erase = DEL; kill = ^U
eof = ^D; eol = ^@; eol2 = ^@; swtch = ^Z
stop = ^S; start = ^Q; susp = ^@; dsusp = ^@
werase
parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk -crts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak
isig icanon -iexten -xcase echo echoe echok -echonl -noflsh
echoctl -echoprt echoke -flusho -pendin
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 06:25 AM
04-22-2005 06:25 AM
Re: exceed xterm delete key not working ?
Is TERM set to something exceed supports?
try
TERM=vt100
export TERM
If vt100 solves the problem check your /etc/profile and or .profile configuration.
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
04-22-2005 06:36 AM
04-22-2005 06:36 AM
Re: exceed xterm delete key not working ?
xterm
# TERM=vt100
# export TERM
(Again , whe I hit delete key after stty erase, I get ^[[)
# stty erase ^[[
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 07:36 AM
04-22-2005 07:36 AM
Re: exceed xterm delete key not working ?
In a VT session the default keyboard mapping of the Delete key is as an "editing" key. You would have to re-map it to be a backspace key and then it will work in your VT session.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 07:45 AM
04-22-2005 07:45 AM
Re: exceed xterm delete key not working ?
I have another system where it works fine. Can I copy a particular file from one server to another ?
Thansk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 08:23 AM
04-22-2005 08:23 AM
Re: exceed xterm delete key not working ?
# stty erase "^?"
# stty -a will show you current settings
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 09:17 AM
04-22-2005 09:17 AM
Re: exceed xterm delete key not working ?
If it's a X session, go to the Exceed icon in the taskbar,right click it, goto "Tools" > "Configuration" > "Keyboard" check to see what mapping is set. Mine shows "us.kbf". I had no problem doing the stty erase ^? using the Delete key.
If it's a VT session, got to "Options" in the Tool bar and select "Keyboard Mapping". Click the Delete key, mine shows "a|b" instead of Delete. The instructions on what to do are located on the lower left side, just drag and drop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 07:52 AM
04-25-2005 07:52 AM
Re: exceed xterm delete key not working ?
for some reason, I get ^[[ character when I hit delete key.
Using xsession, mine is set to us.kbf as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 04:28 PM
04-25-2005 04:28 PM
Re: exceed xterm delete key not working ?
$ stty erase ^H
To get ^H press Ctrl-v followed by Ctrl-h. Check if delete key works fine as expected.
or as an alterntaive you can put this line in your .profile
stty erase ^?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2005 05:20 PM
04-25-2005 05:20 PM
Re: exceed xterm delete key not working ?
Open Xconfig Console, go to Keyboard Input:
Primary Keyboard: Auto Select
Alternate Keyboard: us.kbf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 12:25 AM
04-26-2005 12:25 AM
Re: exceed xterm delete key not working ?
I have tried stty erase Cnt-V and ? but it does not work . For some reason, my delete key is using ^[[ characters
Thanks though.