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