lkml.org 
[lkml]   [1996]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From

(quoting from patch-2.1.8) :

> +++ linux/drivers/char/console.c Thu Nov 7 11:25:56 1996
> @@ -1459,7 +1459,8 @@
> ok = tc && (c >= 32 ||
> (!utf && !(((disp_ctrl ? CTRL_ALWAYS
> : CTRL_ACTION) >> c) & 1)))
> - && (c != 127 || disp_ctrl);
> + && (c != 127 || disp_ctrl)
> + && (c != 128+27);
>
> if (vc_state == ESnormal && ok) {
> /* Now try to find out how to display it */

Now, I suppose that this one caused a great deal of problem when trying to
use native language fonts. At least this was the case with Greek, where 151
is a very frequent character (Delta).

Christos Ricudis
ricudis@paiko.the.forthnet.gr

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.013 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site