Hi, your resources do contain redefinitions for scrolling:
URxvt*.keysym.Shift-Up: command:\033]720;1\007 URxvt*.keysym.Shift-Down: command:\033]721;1\007 Do you still see the problem if you use the defaults there (remove them) + reload X resources (or logout / login)? If you trace the processing of the key sequences, I would assume that they are processed in the main instance and not the tabbed ones and therefore never arrive in the specific instances. Martin On 23.02.2014 13:48, Vas No Medas wrote: > Hello! > > I have awesome WM and urxvt v9.19 with tabbed plugin enabled. Also I > scroll with Shift+Up/Down. When I switch focus to my urxvt terminal but > leave mouse outside, Shift+Up/Down has no effect. However, if I move the > mouse in, scrolling works just right. > > Also when I disable tabbed plugin, scrolling works in all cases. I've > tried tabbedex, but the situation is still the same. > > I've found a similar bugreport > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511377 which says that > this was fixed in 9.14-15 > The solution there was to add on_tt_write handler. My perl/tabbed file > also has on_tt_write handler but it seems that it is never called (tried > putting warn in it) > > Here is my ~/.Xresources file: http://bpaste.net/show/AddbC9C0d9U7qovNAa0R/ > > Also would be great if you could tell if you were able to reproduce the bug > > > _______________________________________________ > rxvt-unicode mailing list > [email protected] > http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode > _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
