grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cursor position does not follow output


From: Vladimir 'phcoder' Serbinenko
Subject: Re: cursor position does not follow output
Date: Mon, 11 May 2015 09:56:29 +0200

It's not forced, it's default. Unfortunately there is no way to know terminal size on xen, so we assume 80x24 size. You cab specify a different size with terminfo -g parameter

On May 11, 2015 9:52 AM, "Olaf Hering" <address@hidden> wrote:
On Fri, May 08, Olaf Hering wrote:

> Where is the code which controls the cursor position?

Looks like the issue is this forced size:
struct grub_terminfo_output_state grub_console_terminfo_output = {
  .put = put,
  .size = {80, 24}
};

Is grub supposed to do all its scrolling within those margins?
If so that is likely broken.

Olaf

_______________________________________________
Grub-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/grub-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]