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.
This commit is contained in:
parent
e70cb72f73
commit
3049237440
2 changed files with 12 additions and 16 deletions
|
@ -1,3 +1,12 @@
|
|||
2012-01-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
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.
|
||||
|
||||
2012-01-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/charset.c: Move comment to right place.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue