aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102_charset.h
blob: 8a6ba752572614505ddbf68cd1c3b17b99eee966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* 
 * vt102_charset.h:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

/* 
 * $Id$
 */

/* 
 * $Log$
 * Revision 1.2  2008/03/07 12:37:04  james
 * *** empty log message ***
 *
 * Revision 1.1  2008/02/27 01:32:41  james
 * *** empty log message ***
 *
 */

#ifndef __VT102_CHARSET_H__
#define __VT102_CHARSET_H__

#define VT102_CHARSET_SIZE 128

#define VT102_CSID_US	0
#define VT102_CSID_UK	1
#define VT102_CSID_GL	2
#define VT102_CSID_VT52	3

#endif /* __VT102_CHARSET_H__ */