xterm
Hi all,
Someone knows where I can get the default behaviour of characters
from 128 to 255, if they are separators or not.
In man xterm it sais about class CharClass, but it refer only to
0-127:
The default table is
static int charClass[128] = {
/* NUL SOH STX ETX EOT ENQ ACK BEL */
32, 1, 1, 1, 1, 1, 1, 1,
.
.
.
/* x y z { | } ~ DEL */
48, 48, 48, 123, 124, 125, 126, 1};
Info xterm give the same answer as man xterm.
Thank you for your help,
Ionel Ciobica
--
Ionel Mugurel Ciobica
Schuit Institute of Catalysis Phone: 00 31 (0)40 2473781
Eindhoven University of Technology Fax: 00 31 (0)40 2455054
Department of Chemical Engineering Home: 00 31 (0)40 2569321
Laboratory of Catalysis _SKA_ e-mail: I.M.Ciobica@TUe.nl
Theory Group, STW 4.27, POBox 513 5600 MB Eindhoven, Netherlands
. . .
-o) (o-
/\\ On the requirements it said: Windows 95 or better //\
_\_V ... so I installed Linux V_/_
Reply to:
- Follow-Ups:
- Re: xterm
- From: Erdmut Pfeifer <e.pfeifer@science-computing.de>