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

/*
 * $Id$
 */

/*
 * $Log$
 * Revision 1.1  2008/02/09 15:47:28  james
 * *** empty log message ***
 *
 */

#ifndef __CONTEXT_H__
#define __CONTEXT_H__

typedef struct {
VT102 *v;
TTY *t;
History *h;
} Context;

#endif /* __CONTEXT_H__ */