File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ Of video is loongson (kern/mips/loongson/init.c). Note that terminfo has
820820to be inited in 2 stages: one before (to get at least rudimentary console
821821as early as possible) and another after the heap (to get full-featured console).
822822For the input there are string of keys, terminfo and direct hardware. For string
823- of keys look at i386-pc (same files), for termino ieee1275 (same files) and for
823+ of keys look at i386-pc (same files), for terminfo ieee1275 (same files) and for
824824hardware loongson (kern/mips/loongson/init.c and term/at_keyboard.c).
825825
826826For the timer you'll need to call grub_install_get_time_ms (...) with as sole
Original file line number Diff line number Diff line change @@ -3934,7 +3934,7 @@ names active.
39343934@node terminfo
39353935@subsection terminfo
39363936
3937- @deffn Command terminfo [-a|-u|-v ] [term]
3937+ @deffn Command terminfo [ @option { -a } | @option { -u } | @option { -v } ] [ @option { -g WxH } ] [ term] [type ]
39383938Define the capabilities of your terminal by giving the name of an entry in
39393939the terminfo database, which should correspond roughly to a @samp {TERM }
39403940environment variable in Unix.
@@ -3951,6 +3951,8 @@ specifies logically-ordered UTF-8; and @option{-v} specifies
39513951emulator without bidirectional text support will display right-to-left text
39523952in the proper order; this is not really proper UTF-8, but a workaround).
39533953
3954+ The @option {-g } (@option {--geometry }) can be used to specify terminal geometry.
3955+
39543956If no option or terminal type is specified, the current terminal type is
39553957printed.
39563958@end deffn
Original file line number Diff line number Diff line change @@ -785,8 +785,8 @@ static grub_extcmd_t cmd;
785785GRUB_MOD_INIT (terminfo )
786786{
787787 cmd = grub_register_extcmd ("terminfo" , grub_cmd_terminfo , 0 ,
788- N_ ("[[-a|-u|-v] [-g WxH] TERM [TYPE]]" ),
789- N_ ("Set terminfo type of TERM to TYPE.\n" ),
788+ N_ ("[[-a|-u|-v] [-g WxH] [ TERM] [TYPE]]" ),
789+ N_ ("Set terminfo type of TERM to TYPE.\n" ),
790790 options );
791791}
792792
You can’t perform that action at this time.
0 commit comments