All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: grub-devel@gnu.org
Subject: Re: cursor position does not follow output
Date: Mon, 11 May 2015 09:45:50 +0200	[thread overview]
Message-ID: <20150511074550.GA20847@aepfle.de> (raw)
In-Reply-To: <20150508180551.GA3996@aepfle.de>

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


  parent reply	other threads:[~2015-05-11  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08 18:05 cursor position does not follow output Olaf Hering
2015-05-08 18:09 ` Olaf Hering
2015-05-10  9:25   ` Vladimir 'phcoder' Serbinenko
2015-05-08 18:41 ` Andrei Borzenkov
2015-05-11  7:45 ` Olaf Hering [this message]
2015-05-11  7:56   ` Vladimir 'phcoder' Serbinenko
2015-05-11  8:11     ` Olaf Hering
2015-05-11  8:33       ` Olaf Hering

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150511074550.GA20847@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.