[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: |
Fri, 8 May 2015 20:09:42 +0200 |
User-agent: |
Mutt/1.5.22.rev6346 (2013-10-29) |
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