![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pressing backspace key simulates enter key | vibhor_agarwali | UNIX for Dummies Questions & Answers | 2 | 04-19-2007 03:31 PM |
| Backspace erasing the prompt | videsh77 | UNIX for Dummies Questions & Answers | 4 | 01-23-2007 04:38 AM |
| Disable and Enable Backspace or Ctrl^H in vi | mobile01 | UNIX for Advanced & Expert Users | 5 | 11-24-2006 08:55 AM |
| Cannot backspace on my session in CRT | rooh | UNIX for Dummies Questions & Answers | 2 | 07-08-2004 08:09 AM |
| Backspace Not Working in Script | Atama | Shell Programming and Scripting | 4 | 04-26-2002 07:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
I had no problem doing a Ctrl+V [backspacekey]. It properly put in the ^? without a problem.
Carl |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
Quote:
|
|
#11
|
||||
|
||||
|
Quote:
Quote:
Quote:
Back to the original question..: Quote:
Code:
stty erase "^?" kill "^U" intr "^C" eof "^D" # all char's inside "" are single character. stty hupcl ixon ixoff |
|
#12
|
|||
|
|||
|
Quote:
Carl |
|
#13
|
||||
|
||||
|
With most versions of unix it is single character or double character. The stty command accepts it either way.
|
||||
| Google The UNIX and Linux Forums |