Re: [PATCH] do not reset console font when running utils on Windows

2013-12-27 Thread Andrey Borzenkov
В Пт, 27/12/2013 в 19:14 +0100, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 27.12.2013 18:42, Andrey Borzenkov wrote: > > This is not required as utilities provide just simple text output. This > > avoids surprising unexpected change of window look'n'feel. > > > Without it windows is unable

Re: [PATCH] do not reset console font when running utils on Windows

2013-12-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.12.2013 18:42, Andrey Borzenkov wrote: > This is not required as utilities provide just simple text output. This > avoids surprising unexpected change of window look'n'feel. > Without it windows is unable to output any character outside of default character set. > --- > grub-core/osdep/wind

[PATCH] do not reset console font when running utils on Windows

2013-12-27 Thread Andrey Borzenkov
This is not required as utilities provide just simple text output. This avoids surprising unexpected change of window look'n'feel. --- grub-core/osdep/windows/init.c | 4 1 file changed, 4 insertions(+) diff --git a/grub-core/osdep/windows/init.c b/grub-core/osdep/windows/init.c index 98c32