Bug 13281
| Summary: | backspace in vi inserts ^? | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Wil Harris <wil> |
| Component: | screen | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | rvokal |
| 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: | 2000-07-18 18:24:20 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
Wil Harris
2000-06-30 18:05:00 UTC
I can reproduce this only when running in screen as root... Seems to be a screen problem (or a problem with the screen termcap entry?). *** This bug has been marked as a duplicate of 11294 *** It seems that the terminfo/termcap entry for 'screen' says that 'kbs' is ^H. The man page for screen also says that screen will convert the 'kbs' char of the "real" ( "physical" ) terminal to ^H. But when I run screen on VT1 it translates 'kbs' ( which is ^? on real VT1 ) to ^? in screen. This causes problems with all programs that respect terminfo/termcap and expect ^H. More details ; the man page says that one of the default keybindings is "bindkey -k kbs ^H" , but when I run screen and give it a "bindkey" command, the 'kbs' binding is not listed; not in the default, user or application listing. I also tried the original screen sources and it behaves the same. It is either a screen program bug or a bug in the documentation ( and in the terminfo entry ). Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/3410928da65a2f4b61be2dc220f743283ede4b4e Merge pull request #14158 from soltysh/issue13281 Merged by openshift-bot |