All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: cursor position does not follow output
Date: Mon, 11 May 2015 10:33:41 +0200	[thread overview]
Message-ID: <20150511083340.GA7680@aepfle.de> (raw)
In-Reply-To: <20150511081130.GA507@aepfle.de>

On Mon, May 11, Olaf Hering wrote:

> Does that cmd actually work for you? With 'terminfo -g 200x50'
> grub_cmd_terminfo gets called with argc == 0.

I misunderstodd the cmd syntax, its like:

        if [ -n "${rows}" -a -n "${columns}" ];then
        terminfo -g ${rows}x${columns} console
        fi

Now it works if booted with domU.cfg like:
        kernel = "/path/to/grub.xen"
        extra = "rows=263 columns=64"

Olaf


      reply	other threads:[~2015-05-11  8:33 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
2015-05-11  7:56   ` Vladimir 'phcoder' Serbinenko
2015-05-11  8:11     ` Olaf Hering
2015-05-11  8:33       ` Olaf Hering [this message]

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=20150511083340.GA7680@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.