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
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
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
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
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
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).
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.
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.