On Sun, Dec 25, 2016 at 02:08:16AM +0100, Daniel Hahler wrote: > From: Daniel Hahler <[email protected]> > > With OFF_FOCUS_FADING and a visual bell we have to swap the colors in > pix_colors_focused/pix_colors_unfocused. > > TEST CASE: > - set VISUAL_BELL_DURATION to 1 for better reproducibility > - run `urxvt &!; printf '\007'` > > RESULT: > Before spawning the new window, the current one flickers shortly, and > the new window will stay in reverse video mode.
Thanks for the report. The issue is not specific to the visual bell; it can also be reproduced as follows: - run urxvt -fade 50 - printf "\e[?5h"; sleep 2; printf "\e[?5l" - focus a different window during the sleep The patch looks fine to me. Marc? Emanuele _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
