From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yrj9p-0005t0-56 for mharc-grub-devel@gnu.org; Mon, 11 May 2015 04:33:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrj9l-0005re-V8 for grub-devel@gnu.org; Mon, 11 May 2015 04:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrj9k-0000x9-Tk for grub-devel@gnu.org; Mon, 11 May 2015 04:33:45 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:49263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrj9k-0000x5-K2 for grub-devel@gnu.org; Mon, 11 May 2015 04:33:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431333221; l=409; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=CkQ1DU6EwStwAZQZDyA009enqPrfZPgoRGPgWqj6Kcg=; b=byxZnaeyD9bz8n6IDyewMROifD6FnPP678kClUA3g6xnxmTtwIolKU6UAZp/1RyhL6x IQcOdH5jS3ijx5vq7wMRYqv62f+FHKRx0mFzCW68me+Y/RRmPAZBOzZMioJ/P/5r57vZW G1WAdttV3FmiD1L2tiEVD6EZ+DJ0HiDbQUk= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVY1SE5ClEYfb5sQvxDNUdfk3GFAM3xrxaZN0YQ== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10a3:eb01:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id u05f9er4B8XfEFS (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Mon, 11 May 2015 10:33:41 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id 22F2B502A7; Mon, 11 May 2015 10:33:41 +0200 (CEST) Date: Mon, 11 May 2015 10:33:41 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: cursor position does not follow output Message-ID: <20150511083340.GA7680@aepfle.de> References: <20150508180551.GA3996@aepfle.de> <20150511074550.GA20847@aepfle.de> <20150511081130.GA507@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150511081130.GA507@aepfle.de> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::7 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 08:33:46 -0000 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