* grub-core/term/arc/console.c: Assume that console is 80x24 vt100 if

it's serial.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-24 18:39:00 +02:00
parent 1a25e72cf6
commit d1989e2e1d
3 changed files with 80 additions and 4 deletions

View file

@ -210,7 +210,7 @@ struct grub_arc_firmware_vector
grub_arc_err_t (*seek) (grub_arc_fileno_t fileno,
grub_arc_ularge_t *pos, grub_arc_enum_t mode);
void *mount;
void *getenvironmentvariable;
const char * (*getenvironmentvariable) (const char *name);
void *setenvironmentvariable;
/* 0x80. */