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: Olaf Hering
Subject: Re: cursor position does not follow output
Date: Mon, 11 May 2015 09:45:50 +0200
User-agent: Mutt/1.5.22.rev6346 (2013-10-29)

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



reply via email to

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