* docs/grub.texi: Introduce terminal window position options:

terminal-left: terminal window's left position
        terminal-top: terminal window's top position
        terminal-width: terminal window's width
        terminal-height: terminal window's height
        * grub-core/gfxmenu/theme-loader.c: Likewise.
        * include/grub/gfxmenu_view.h: Likewise.
        * po/exlude.pot: Likewise.
        * grub-core/gfxmenu/view.c: Likewise.
        Also updated minimal window size.
        Also terminal_sanity_check function has been introduced.
This commit is contained in:
Vladimir Testov 2013-08-08 12:55:24 +04:00
parent 748a4533f5
commit b47434612c
7 changed files with 249 additions and 62 deletions

View file

@ -5072,3 +5072,23 @@ msgstr ""
#: grub-core/term/uboot/console.c:130
msgid "grub_term"
msgstr ""
#: grub-core/gfxmenu/theme_loader.c:203
msgid "terminal-border"
msgstr ""
#: grub-core/gfxmenu/theme_loader.c:209
msgid "terminal-left"
msgstr ""
#: grub-core/gfxmenu/theme_loader.c:219
msgid "terminal-top"
msgstr ""
#: grub-core/gfxmenu/theme_loader.c:229
msgid "terminal-width"
msgstr ""
#: grub-core/gfxmenu/theme_loader.c:239
msgid "terminal-height"
msgstr ""