urxvt-tabbedex v18.406
Release v18.183 introduced support for actions but also broke support
for user commands making configuration such as:
URxvt.keysym.Control-t: perl:tabbedex:new_tab
not work. Switching to an action fixes the issue:
URxvt.keysym.Control-t: tabbedex:new_tab
but to make old configuration work, this release addresses the
underlying cause of the breakage.
The bug is present in release v18.183 and v18.316. Default key
bindings are not affected.