aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102_charset.h
blob: a1130fa23a3a63aafa911d41a4c1ae8fe37dc345 (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
/*
 * vt102_charset.h:
 *
 * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

/*
 * $Id$
 */

/*
 * $Log$
 * 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__ */