]> git.ipfire.org Git - thirdparty/grub.git/commit
Fix handling of wide characters in gfxterm.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 12 Jan 2012 21:16:07 +0000 (22:16 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 12 Jan 2012 21:16:07 +0000 (22:16 +0100)
commit3049237440717f7b757ed2098e1e01ced891b65e
tree37568999d4efcea857e7b85c59da7bfb149697e2
parente70cb72f73117c32167fcbbb05569906437945d3
Fix handling of wide characters in gfxterm.

* grub-core/term/gfxterm.c (grub_colored_char): Remove width and index.
(clear_char): Likewise.
(paint_char): Skip code == NULL chars.
(grub_gfxterm_putchar): Set code = NULL on "shadowed" positions.
ChangeLog
grub-core/term/gfxterm.c