Re: [PATCH] menu_entry: Disable cursor during update_screen()

2016-02-15 Thread Thomas Huth
Hi Andrei, On 13.02.2016 08:41, Andrei Borzenkov wrote: > 31.01.2016 18:02, Thomas Huth пишет: >> >> On 30.01.2016 08:33, Andrei Borzenkov wrote: >>> 29.01.2016 17:26, Thomas Huth пишет: >>>> When running grub in a VGA console of a KVM pseries guest on

Dead link in TODO file

2016-02-12 Thread Thomas Huth
Hi, The TODO file in the grub repository refers to Grub Wiki at http://grub.enbug.org/ ... however, that URL seems to be invalid nowadays. Is there a new Wiki somewhere else? Thomas ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.or

Re: [PATCH] menu_entry: Disable cursor during update_screen()

2016-02-12 Thread Thomas Huth
2016-01-29 17:26, Thomas Huth wrote: >> When running grub in a VGA console of a KVM pseries guest on PowerPC, >> you can see the cursor sweeping over the whole line when entering a >> character in editor mode. This is visible because grub always refreshes >> the wh

Re: [PATCH] menu_entry: Disable cursor during update_screen()

2016-01-31 Thread Thomas Huth
Hi, On 30.01.2016 08:33, Andrei Borzenkov wrote: > 29.01.2016 17:26, Thomas Huth пишет: >> When running grub in a VGA console of a KVM pseries guest on PowerPC, >> you can see the cursor sweeping over the whole line when entering a >> character in editor mode. This is visibl

[PATCH] menu_entry: Disable cursor during update_screen()

2016-01-29 Thread Thomas Huth
a slow operation with the firmware used for the powerpc pseries guests (SLOF). To avoid this ugliness, the cursor should be disabled when refreshing the screen contents during update_screen(). Signed-off-by: Thomas Huth --- grub-core/normal/menu_entry.c | 4 1 file changed, 4 insertions

Problem when calling non-existing functions on Open Firmware

2012-07-19 Thread Thomas Huth
in the code where Grub ignores the catch_result (simply search for "call-method" and have a look whether catch_result is being used or not). I guess these other spots should be fixed, too. Regards, Thomas Huth ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel