FS#13050 - output to stdout when in grub menu breaks ncurses layout
Attached to Project:
Release Engineering
Opened by Dieter Plaetinck (Dieter_be) - Friday, 30 January 2009, 15:55 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 05 April 2010, 15:28 GMT
Opened by Dieter Plaetinck (Dieter_be) - Friday, 30 January 2009, 15:55 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 05 April 2010, 15:28 GMT
|
Details
When you're in the grub menu from archlinux-installer (I
think aif has this too), at 2 points a line is being echo'd
to stdout, which breaks the ncurses layout momentarily at
these 2 moments.
I will figure out when/why this happens, and fix it in aif. |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Monday, 05 April 2010, 15:28 GMT
Reason for closing: Fixed
Additional comments about closing: issue is gone. tested with 2010.04.05
Monday, 05 April 2010, 15:28 GMT
Reason for closing: Fixed
Additional comments about closing: issue is gone. tested with 2010.04.05

maybe just add a 1>&2 line to the grub call? stderr is
redirected, right?

ftr: this is still the case in 2009.02 rc2 (I don't consider this
urgent though)

this may be fixed in recent commits. need testing.