[Linux-Biella] kernel 2.6 console cursor & utf8
Paul TT
linux@ml.bilug.linux.it
Tue, 30 Dec 2003 16:20:04 +0100
This is a multi-part message in MIME format.
--------------000504010206010604060502
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
c'e' mica qualcuno che sa come passare al kernel l'opzione per che tipo
di cursore usare in console?!?!?
sapete, io ci programmo in console, e quello piccolino in mezzo a tutti
i caratetri piccoli che ho non lo vedevo proprio, cosi' intanto ho
patchato il kernel, soluzione un po' rozza ma che funziona.... allego se
serve a qualcuno :-)
inoltre: che set di caratteri bisogna utilizzare in console per il
supporto corretto all'unicode, con simbolo euro e lire?!?!?!?
--
It was software, in cyberspace...
There was no system core.
It can not be shut down.
The attack began on 6:18 PM...
--------------000504010206010604060502
Content-Type: text/plain;
name="block_cursor.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="block_cursor.patch"
--- drivers/video/console/fbcon.c.orig 2003-12-30 02:58:29.331577624 +0100
+++ drivers/video/console/fbcon.c 2003-12-30 02:53:59.757559104 +0100
@@ -1090,6 +1090,9 @@
cur_height = vc->vc_font.height;
break;
}
+ /* PTT */
+ cur_height = vc->vc_font.height;
+
size = (vc->vc_font.height - cur_height) * w;
while (size--)
mask[i++] = 0;
--------------000504010206010604060502--