Bug#250789: patch: do not reset console font

2004-09-28 Thread Eugeniy Meshcheryakov
I propose attached patch to fix this problem. It removes console resetting code from termwrap. I am sure that the only effect from using this patch is that console after termwrap will be with settings used during second stage (state suitable for used language). Patch does not change anything for

Bug#250789: patch: do not reset console font

2004-09-28 Thread Konstantinos Margaritis
On 28 2004 16:45, Eugeniy Meshcheryakov wrote: I propose attached patch to fix this problem. It removes console resetting code from termwrap. I am sure that the only effect from using this patch is that console after termwrap will be with settings used during second stage (state suitable

Bug#250789: patch: do not reset console font

2004-09-28 Thread Konstantinos Margaritis
On 28 2004 16:45, Eugeniy Meshcheryakov wrote: I propose attached patch to fix this problem. It removes console resetting code from termwrap. I am sure that the only effect from using this patch is that console after termwrap will be with settings used during second stage (state suitable

Re: Bug#250789: patch: do not reset console font

2004-09-28 Thread Eugeniy Meshcheryakov
28.09.2004 17:25 +0300 Konstantinos Margaritis : On 28 2004 16:45, Eugeniy Meshcheryakov wrote: I propose attached patch to fix this problem. It removes console resetting code from termwrap. I am sure that the only effect from using this patch is that console after termwrap will be with

Re: Bug#250789: patch: do not reset console font

2004-09-28 Thread Konstantinos Margaritis
On Tue, 28 Sep 2004 18:55:16 +0300, Eugeniy Meshcheryakov [EMAIL PROTECTED] wrote : Have you really seen this patch? It is *removes* code that sets ISO-8859-1 font. You're right. My apologies. Still, I think that actually setting the console to the original setting (assuming it's possible to

Bug#250789: patch: do not reset console font

2004-09-28 Thread Petter Reinholdtsen
[Konstantinos Margaritis] You're right. My apologies. Still, I think that actually setting the console to the original setting (assuming it's possible to get it, would be better). So do I (I wrote this code), but I do not know how to get the original setting from the kernel. Anyone know how