]> git.ipfire.org Git - thirdparty/grub.git/commit
2010-01-01 Carles Pina i Estany <carles@pina.cat>
authorcarles <carles@pinux>
Fri, 1 Jan 2010 17:58:00 +0000 (18:58 +0100)
committercarles <carles@pinux>
Fri, 1 Jan 2010 17:58:00 +0000 (18:58 +0100)
commit3393790450750da09ac9eaa34c10065f68a485a8
treebe0cd82ccd9121aa2d68cbed8effdf478b0d5fc1
parent3fd3b8d81a7a0b8db4e655b93e72779007b18c06
2010-01-01  Carles Pina i Estany  <carles@pina.cat>

* commands/help.c: Include `grub/mm.h' and `grub/normal.h'.
(grub_cmd_help): Print the cmd->name before the cmd->summary. Cut the
string using string width.
* normal/menu_text.c (grub_print_message_indented): Use
grub_print_spaces and not print_spaces.
(print_timeout): Likewise.
(print_spaces): Move to...
* include/grub/term.h: ... here. Change the name to grub_print_spaces.
ChangeLog
commands/help.c
include/grub/term.h
normal/menu_text.c