Xinqi Bao's Git

Fix selecting clearing and BCE
authorRoberto E. Vargas Caballero <[email protected]>
Tue, 23 Apr 2013 18:34:52 +0000 (20:34 +0200)
committerChristoph Lohmann <[email protected]>
Tue, 23 Apr 2013 18:36:30 +0000 (20:36 +0200)
The commit b78c5085f72 changed the st behaviour enabling BCE capability,
that means erase regions using background color. Problem comes when you
clear a region with a selection, because in this case the real mode of the
Glyph is not the value of term.line[y][x], due in drawregion we had enabled
the ATTR_REVERSE bit.

Signed-off-by: Christoph Lohmann <[email protected]>

No differences found