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
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to