]> CyberLeo.Net >> Repos - CDN/flag.git/commit
Modify algorithm to toggle inverse command along with bright command 1.0.2
authorCyberLeo <cyberleo@cyberleo.net>
Sun, 12 Feb 2012 23:09:43 +0000 (17:09 -0600)
committerCyberLeo <cyberleo@cyberleo.net>
Sun, 12 Feb 2012 23:09:43 +0000 (17:09 -0600)
commitfd47dbc12ab65f6c1359068305a616667bc139fc
tree15649aad6c4ddb05bce129669adc62711f54a684
parent98f2603130ea20b739230d3e10cbae938d4f4cb6
Modify algorithm to toggle inverse command along with bright command

Rxvt interprets the 'inverse' ANSI command (7m) in a strange way: when
the ANSI 'bright' command (1m) is provided, the provided ansi foreground
and background colours are swapped as expected; when 'bright' is not
provided, the DEFAULT foreground and background colours are swapped, and
the provided colours are ignored. Leaving out 'inverse' when 'bright' is
not used produces expected results.
flag