Bug 718506 - wrong key definition in rxvt-unicode terminfo file
Summary: wrong key definition in rxvt-unicode terminfo file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: rxvt-unicode
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-03 17:57 UTC by Whitney
Modified: 2011-07-15 01:26 UTC (History)
3 users (show)

Fixed In Version: rxvt-unicode-9.12-2.fc15
Clone Of:
Environment:
Last Closed: 2011-07-15 01:20:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Whitney 2011-07-03 17:57:27 UTC
Description of problem:

There is a typo in the rxvt-unicode terminfo file which prevents Alt-2 from working.  The author has confirmed this is a bug and fixed the problem upstream: http://us.generation-nt.com/bug-446444-john-e-davis-bug-446444-wrong-key-definition-rxvt-unicode-terminfo-file-help-202160902.html


Version-Release number of selected component (if applicable):

rxvt-unicode-9.10-3.fc15


How reproducible:

Very


Steps to Reproduce:
1. urxvt
2. infocmp | grep -i kIC=         


Actual results:

kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E2$, kLFT=\E[d,


Expected results:

kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d,

Note that the [ chracter is missing from the kIC= entry.


Additional info:

To fix, add the missing [ to the kIC= entry in this file:

/usr/share/doc/rxvt-unicode-9.10/etc/rxvt-unicode.terminfo

Then run:

tic /usr/share/doc/rxvt-unicode-9.10/etc/rxvt-unicode.terminfo

Comment 1 Fedora Update System 2011-07-05 11:15:55 UTC
rxvt-unicode-9.12-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-1.fc14

Comment 2 Fedora Update System 2011-07-05 11:16:03 UTC
rxvt-unicode-9.12-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-1.fc15

Comment 3 Fedora Update System 2011-07-06 06:38:51 UTC
rxvt-unicode-9.12-2.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc15

Comment 4 Fedora Update System 2011-07-06 06:40:43 UTC
rxvt-unicode-9.12-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc14

Comment 5 Fedora Update System 2011-07-06 21:32:20 UTC
Package rxvt-unicode-9.12-2.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing rxvt-unicode-9.12-2.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/rxvt-unicode-9.12-2.fc14
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2011-07-15 01:19:50 UTC
rxvt-unicode-9.12-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2011-07-15 01:25:53 UTC
rxvt-unicode-9.12-2.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.