]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/term/terminfo.c (grub_cmd_terminfo): Fix a typo to make -g
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 13:35:18 +0000 (14:35 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 13:35:18 +0000 (14:35 +0100)
work again.

ChangeLog
grub-core/term/terminfo.c

index 821a6396c838c1a27f9b78cba8f8773cbcdd34b4..65f1a421c7bc7274f54f31a4b6d35301188c8dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * tests/util/grub-shell.in: For powerpc tests put the CD-ROM as primary
index 0bb355277195a2b291b229e9393efdecca820e5f..3d48b198fbd345bfd0db4f831daf901951872d5d 100644 (file)
@@ -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 *) cur->data;
-           data->pos.x = w;
-           data->pos.y = h;
+           data->size.x = w;
+           data->size.y = h;
          }
 
        if (argc == 1)