From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YqmiZ-000603-Pe for mharc-grub-devel@gnu.org; Fri, 08 May 2015 14:09:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqmiX-0005zx-OL for grub-devel@gnu.org; Fri, 08 May 2015 14:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqmiW-0002mw-Lk for grub-devel@gnu.org; Fri, 08 May 2015 14:09:45 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::9]:19633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqmiW-0002ma-Bc for grub-devel@gnu.org; Fri, 08 May 2015 14:09:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431108583; l=1081; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=m3EWToa/JZRH0mafA4uq0OZbcMd7DkS4oMCLkOFP/vI=; b=KofMkCOqHM47DGo2/ZNiMmgM9WbeErlKPEq0EUPbCLNQOj6rpvGI5mAzznV/a2VEMmZ oVxsf/DJa1jcC6rS9ALHydrG0O0CCIUFMuT6vmsxmdEmDxbOF7BJ75Uq9OUKGYy44YhFV WtqwIR03q51guYBtOovifLNoTKV0TRxLSrk= 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 K072b5r48I9hmhu (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 ; Fri, 8 May 2015 20:09:43 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id F15B5502A7; Fri, 8 May 2015 20:09:42 +0200 (CEST) Date: Fri, 8 May 2015 20:09:42 +0200 From: Olaf Hering To: grub-devel@gnu.org Subject: Re: cursor position does not follow output Message-ID: <20150508180942.GA5221@aepfle.de> References: <20150508180551.GA3996@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150508180551.GA3996@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::9 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: Fri, 08 May 2015 18:09:46 -0000 On Fri, May 08, Olaf Hering wrote: > In my testing with a PV guest I notice that the cursor during input > remains at the 24th row. The actual output of the help command for > example lists all possible commands and causes scrolling. If I enter > something the input does not appear at the bottom but at the 24 row. The output looks like that: GNU GRUB version 2.02~beta2 Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error: can't find command `s'. grub> s error:ssssss find command `s'. error: can't find command `ssss'.'. grub> That is, whatever I do the input appears in the line with all the 'sss'. Happens within a screen session and with a plain xterm. Olaf