From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YqnDG-0001S8-JH for mharc-grub-devel@gnu.org; Fri, 08 May 2015 14:41:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqnDF-0001S1-53 for grub-devel@gnu.org; Fri, 08 May 2015 14:41:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqnDB-0005fN-VQ for grub-devel@gnu.org; Fri, 08 May 2015 14:41:29 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:32998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqnDB-0005eX-Mi for grub-devel@gnu.org; Fri, 08 May 2015 14:41:25 -0400 Received: by lbbzk7 with SMTP id zk7so59167082lbb.0 for ; Fri, 08 May 2015 11:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=ge6Ctez8MqIbzbFmitGKkk4q82Cl8E23O/gnE4Lb53A=; b=FNlcD9A4eYsS+yQPmTVPn3+cxgtkAH7+Ii8w1yROqmBTnNEc9Z27Fbm7dVCazRUyYO 8Eg93P6nXifRjB38d4m1qCgb+2AvBss4oSFfBkFGOv1b/e0Cs+gygIHp62VHW7IDU3tn E16Zx4zQVkbqzAGYMy5eW/1ZF3XxTu/Ono5QpY4gVUhfWQ90pe/wZ9xCqHsHep7ZjU6D LcY3JXzWAFVVI9U991SS6LJAhGB38Fu1ikG5Cic7RDLcvP0Q+skXMtZfYFu0foHrCtIu Fpnr4HvyOwFgdX65BZjnLkttU9i7/oOV7/baBifc+2DrAn/T21FcX+x1Me1QNcBKRnrv DE+A== X-Received: by 10.152.206.103 with SMTP id ln7mr780052lac.40.1431110484762; Fri, 08 May 2015 11:41:24 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id yq18sm1331982lbb.47.2015.05.08.11.41.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 May 2015 11:41:23 -0700 (PDT) Date: Fri, 8 May 2015 21:41:22 +0300 From: Andrei Borzenkov To: Olaf Hering Subject: Re: cursor position does not follow output Message-ID: <20150508214122.0524eddb@opensuse.site> In-Reply-To: <20150508180551.GA3996@aepfle.de> References: <20150508180551.GA3996@aepfle.de> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::234 Cc: grub-devel@gnu.org 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:41:30 -0000 =D0=92 Fri, 8 May 2015 20:05:51 +0200 Olaf Hering =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > 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. >=20 > Where is the code which controls the cursor position? >=20 If you are using serial output this is in grub-core/term/terminfo.c.