mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 02:52:41 +00:00
* grub-core/term/terminfo.c (grub_cmd_terminfo): Fix a typo to make -g
work again.
This commit is contained in:
parent
256ee7ac6a
commit
5e3cb8a747
@ -1,3 +1,8 @@
|
|||||||
|
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/term/terminfo.c (grub_cmd_terminfo): Fix a typo to make -g
|
||||||
|
work again.
|
||||||
|
|
||||||
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* tests/util/grub-shell.in: For powerpc tests put the CD-ROM as primary
|
* tests/util/grub-shell.in: For powerpc tests put the CD-ROM as primary
|
||||||
|
@ -748,8 +748,8 @@ grub_cmd_terminfo (grub_extcmd_context_t ctxt, int argc, char **args)
|
|||||||
{
|
{
|
||||||
struct grub_terminfo_output_state *data
|
struct grub_terminfo_output_state *data
|
||||||
= (struct grub_terminfo_output_state *) cur->data;
|
= (struct grub_terminfo_output_state *) cur->data;
|
||||||
data->pos.x = w;
|
data->size.x = w;
|
||||||
data->pos.y = h;
|
data->size.y = h;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user