From: Robert Spalek Date: Mon, 8 Mar 2004 14:20:13 +0000 (+0000) Subject: Ctrl-L is marked blank X-Git-Tag: holmes-import~1101 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f0edab97cfcba2c1fd4b0a58aba0fbf0a0886e4d;p=libucw.git Ctrl-L is marked blank --- diff --git a/lib/charmap.h b/lib/charmap.h index fd938a55..21836a0d 100644 --- a/lib/charmap.h +++ b/lib/charmap.h @@ -2,6 +2,7 @@ * Sherlock Library -- Character Code Map (UTF-8 Version) * * (c) 1998--2004 Martin Mares + * (c) 2004 Robert Spalek * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -21,7 +22,7 @@ CHAR(0x08,0x08,0x08,_C_CTRL) // CHAR(0x09,0x09,0x09,_C_CTRL | _C_BLANK | _C_PRINT) // CHAR(0x0A,0x0A,0x0A,_C_CTRL | _C_BLANK) // CHAR(0x0B,0x0B,0x0B,_C_CTRL) // -CHAR(0x0C,0x0C,0x0C,_C_CTRL) // +CHAR(0x0C,0x0C,0x0C,_C_CTRL | _C_BLANK) // CHAR(0x0D,0x0D,0x0D,_C_CTRL | _C_BLANK) // CHAR(0x0E,0x0E,0x0E,_C_CTRL) // CHAR(0x0F,0x0F,0x0F,_C_CTRL) //