~ubuntu-branches/ubuntu/lucid/w3m/lucid-proposed

« back to all changes in this revision

Viewing changes to ctrlcode.h

  • Committer: Bazaar Package Importer
  • Author(s): Fumitoshi UKAI
  • Date: 2004-04-29 03:28:41 UTC
  • Revision ID: james.westby@ubuntu.com-20040429032841-uo4mu7a813aqrua8
Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: ctrlcode.h,v 1.3 2003/09/22 21:02:17 ukai Exp $ */
 
2
/* control characters */
 
3
 
 
4
#define CTRL_A          1
 
5
#define CTRL_B          2
 
6
#define CTRL_C          3
 
7
#define CTRL_D          4
 
8
#define CTRL_E          5
 
9
#define CTRL_F          6
 
10
#define CTRL_G          7
 
11
#define CTRL_H          8
 
12
#define CTRL_I          9
 
13
#define CTRL_J          10
 
14
#define CTRL_K          11
 
15
#define CTRL_L          12
 
16
#define CTRL_M          13
 
17
#define CTRL_N          14
 
18
#define CTRL_O          15
 
19
#define CTRL_P          16
 
20
#define CTRL_Q          17
 
21
#define CTRL_R          18
 
22
#define CTRL_S          19
 
23
#define CTRL_T          20
 
24
#define CTRL_U          21
 
25
#define CTRL_V          22
 
26
#define CTRL_W          23
 
27
#define CTRL_X          24
 
28
#define CTRL_Y          25
 
29
#define CTRL_Z          26
 
30
#define ESC_CODE        27
 
31
#define DEL_CODE        127
 
32
 
 
33
/* ISO-8859-1 alphabet characters */
 
34
 
 
35
#define NBSP_CODE       160
 
36
#define IEXCL_CODE      161
 
37
#define CENT_CODE       162
 
38
#define POUND_CODE      163
 
39
#define CURREN_CODE     164
 
40
#define YEN_CODE        165
 
41
#define BRVBAR_CODE     166
 
42
#define SECT_CODE       167
 
43
#define UML_CODE        168
 
44
#define COPY_CODE       169
 
45
#define ORDF_CODE       170
 
46
#define LAQUO_CODE      171
 
47
#define NOT_CODE        172
 
48
#define SHY_CODE        173
 
49
#define REG_CODE        174
 
50
#define MACR_CODE       175
 
51
#define DEG_CODE        176
 
52
#define PLUSMN_CODE     177
 
53
#define SUP2_CODE       178
 
54
#define SUP3_CODE       179
 
55
#define ACUTE_CODE      180
 
56
#define MICRO_CODE      181
 
57
#define PARA_CODE       182
 
58
#define MIDDOT_CODE     183
 
59
#define CEDIL_CODE      184
 
60
#define SUP1_CODE       185
 
61
#define ORDM_CODE       186
 
62
#define RAQUO_CODE      187
 
63
#define FRAC14_CODE     188
 
64
#define FRAC12_CODE     189
 
65
#define FRAC34_CODE     190
 
66
#define IQUEST_CODE     191
 
67
#define AGRAVE_CODE     192
 
68
#define AACUTE_CODE     193
 
69
#define ACIRC_CODE      194
 
70
#define ATILDE_CODE     195
 
71
#define AUML_CODE       196
 
72
#define ARING_CODE      197
 
73
#define AELIG_CODE      198
 
74
#define CCEDIL_CODE     199
 
75
#define EGRAVE_CODE     200
 
76
#define EACUTE_CODE     201
 
77
#define ECIRC_CODE      202
 
78
#define EUML_CODE       203
 
79
#define IGRAVE_CODE     204
 
80
#define IACUTE_CODE     205
 
81
#define ICIRC_CODE      206
 
82
#define IUML_CODE       207
 
83
#define ETH_CODE        208
 
84
#define NTILDE_CODE     209
 
85
#define OGRAVE_CODE     210
 
86
#define OACUTE_CODE     211
 
87
#define OCIRC_CODE      212
 
88
#define OTILDE_CODE     213
 
89
#define OUML_CODE       214
 
90
#define TIMES_CODE      215
 
91
#define OSLASH_CODE     216
 
92
#define UGRAVE_CODE     217
 
93
#define UACUTE_CODE     218
 
94
#define UCIRC_CODE      219
 
95
#define UUML_CODE       220
 
96
#define YACUTE_CODE     221
 
97
#define THORN_CODE      222
 
98
#define SZLIG_CODE      223
 
99
#define aGRAVE_CODE     224
 
100
#define aACUTE_CODE     225
 
101
#define aCIRC_CODE      226
 
102
#define aTILDE_CODE     227
 
103
#define aUML_CODE       228
 
104
#define aRING_CODE      229
 
105
#define aELIG_CODE      230
 
106
#define cCEDIL_CODE     231
 
107
#define eGRAVE_CODE     232
 
108
#define eACUTE_CODE     233
 
109
#define eCIRC_CODE      234
 
110
#define eUML_CODE       235
 
111
#define iGRAVE_CODE     236
 
112
#define iACUTE_CODE     237
 
113
#define iCIRC_CODE      238
 
114
#define iUML_CODE       239
 
115
#define eth_CODE        240
 
116
#define nTILDE_CODE     241
 
117
#define oGRAVE_CODE     242
 
118
#define oACUTE_CODE     243
 
119
#define oCIRC_CODE      244
 
120
#define oTILDE_CODE     245
 
121
#define oUML_CODE       246
 
122
#define DIVIDE_CODE     247
 
123
#define oSLASH_CODE     248
 
124
#define uGRAVE_CODE     249
 
125
#define uACUTE_CODE     250
 
126
#define uCIRC_CODE      251
 
127
#define uUML_CODE       252
 
128
#define yACUTE_CODE     253
 
129
#define thorn_CODE      254
 
130
#define yUML_CODE       255
 
131
 
 
132
/* internally used characters  */
 
133
#define ANSP_CODE       0x9e    /* use for empty anchor */
 
134
#define IMSP_CODE       0x9f    /* blank around image */
 
135
 
 
136
#define NBSP            "\xa0"
 
137
#define ANSP            "\x9e"
 
138
#define IMSP            "\x9f"
 
139
 
 
140
#include "myctype.h"
 
141
 
 
142
/* Local Variables:    */
 
143
/* c-basic-offset: 4   */
 
144
/* tab-width: 8        */
 
145
/* End:                */