Bug 47717

Summary: backspace comes out as ^?
Product: [Retired] Red Hat Linux Reporter: Tim Waugh <twaugh>
Component: screenAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: david.balazic
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-26 09:01:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tim Waugh 2001-07-06 18:01:15 UTC
Description of Problem:
Backspace comes out as ^?.

How Reproducible:
100%

Steps to Reproduce:
1. Run screen
2. Run cat
3. Press a, then backspace

Actual Results:
a^? is displayed

Expected Results:
a should be deleted

Additional Information:

Comment 1 Tim Waugh 2001-07-12 12:14:23 UTC
Putting 'bindkey -d -k kb stuff \010' in .screenrc fixes it.  This came from 
the default .screenrc in Seawolf, but is missing in the current tree.


Comment 2 Glen Foster 2001-07-13 22:16:02 UTC
This defect considered SHOULD-FIX for Fairfax gold-release.

Comment 3 David Balažic 2001-07-26 09:01:40 UTC
This is a screen bug.
Redhat uses a workaround ( 'bindkey -d -k kb stuff \010' in the /etc/screenrc )
screen-3.9.9-1 installs an empty /etc/screenrc -> see bug #49535

Comment 4 Crutcher Dunnavant 2001-08-03 20:50:43 UTC
fixed. (well, the hack is fixed.)

Comment 5 David Balažic 2004-06-18 11:39:43 UTC
Also see bug 11294 for reference on this problem.