Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383871 - sys-libs/ncurses - rxvt-unicode* terminfo entries cause Meta-2 delay
Summary: sys-libs/ncurses - rxvt-unicode* terminfo entries cause Meta-2 delay
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 22:34 UTC by Marcus Spading
Modified: 2012-02-29 09:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Spading 2011-09-20 22:34:40 UTC
While playing around with combination of rxvt-unicode and tmux and mapping tmux's 
select-window to Meta-n (n=0..9) I realized that Meta-2 wasn't working correctly.
It had to pressed twice, sometimes not reacting at all. Meta-1 and Meta-3 to Meta-0 worked as expected.

A quick search revealed it to be a bug in the terminfo entry of rxvt-unicode.
See the debian bug #446444 for a better explanation.


Reproducible: Always




To fix this locally run:

infocmp rxvt-unicode|sed -e 's/kIC=\\E2$,/kIC=\\E[2$,/g' > /tmp/ti
sudo tic /tmp/ti
rm /tmp/ti
Comment 1 Marcus Spading 2011-09-22 22:32:42 UTC
The same problem exists in the terminfo entry of rxvt-unicode-256color.
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2012-02-29 09:12:44 UTC
fixed in ncurses/ncurses-5.9-r2

thanks :)