merge multiterm gfxmenu+multiterm
This commit is contained in:
commit
7f1f423cda
4 changed files with 11 additions and 10 deletions
|
@ -45,9 +45,9 @@ grub_putcode (grub_uint32_t code, struct grub_term_output *term)
|
|||
return;
|
||||
}
|
||||
|
||||
(term->putchar) (code);
|
||||
if (code == '\n')
|
||||
(term->putchar) ('\r');
|
||||
(term->putchar) (code);
|
||||
}
|
||||
|
||||
/* Put a character. C is one byte of a UTF-8 stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue