]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Fix display of characters with top bit set
authorMichael Brown <mcb30@ipxe.org>
Thu, 13 Mar 2014 14:20:10 +0000 (14:20 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 13 Mar 2014 14:21:59 +0000 (14:21 +0000)
commita17ee3610da87dece79292fa09266b43066ea6f3
treefea59e88dde22c77d15999d32b7138a6fa7070e9
parent26029658063dcafcca746640a28a76d4f7f4a66e
[console] Fix display of characters with top bit set

Inhibit implicit sign-padding of characters with the top bit set
(e.g. accented characters), which confuses the mucurses library by
colliding with the bits used to store character attributes and
colours.

Reported-by: Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/vsprintf.c
src/hci/mucurses/mucurses.c