Inverse colors broken
*By egm\.\.\. on January 30, 2011 13:24 (imported from Google Code)*
---
echo $'\e[32masdf\e[7mqwer\e[0m'
Expected: 'asdf' green on white, then 'qwer' white on green
Actual: 'asdf' is okay, 'qwer' is totally black.
Discovered using the joe text editor, and highlighing text (Ctrl+arrows, or ^K B to mark beginning and ^K K to mark end).
Broken by r438.
(Mac Os 10.5.8)
issue