From a4577aded9b2e23b9d0852310ca53dd4f74b81b7 Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 15 Feb 2008 03:32:07 +0000 Subject: *** empty log message *** --- src/context.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/context.h') diff --git a/src/context.h b/src/context.h index e746ad1..358a938 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.6 2008/02/15 03:32:07 james + * *** empty log message *** + * * Revision 1.5 2008/02/14 02:46:44 james * *** empty log message *** * @@ -32,13 +35,14 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -typedef struct +typedef struct Context_struct { VT102 *v; TTY *t; History *h; Log *l; KeyDis *k; + Cmd *d; } Context; #endif /* __CONTEXT_H__ */ -- cgit v1.2.3