Add simple line wrapping
This commit is contained in:
parent
cacd173d3e
commit
f588f1c8b6
5 changed files with 113 additions and 78 deletions
|
@ -77,7 +77,7 @@ grub_cmd_help (grub_extcmd_t ext __attribute__ ((unused)), int argc,
|
|||
}
|
||||
|
||||
grub_print_ucs4 (unicode_command_help,
|
||||
unicode_last_screen_position, term);
|
||||
unicode_last_screen_position, 0, 0, term);
|
||||
if (!(cnt % 2))
|
||||
grub_print_spaces (term, grub_term_width (term) / 2
|
||||
- stringwidth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue