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 10:33:41 +0200
User-agent: Mutt/1.5.22.rev6346 (2013-10-29)

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 via email to

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