X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcontext.h;h=a0edf33f42e7d19963e222fe8717084fcfc81196;hb=ca18756e89e072fa067751f421a4f9879596e70b;hp=365931f14910e2dff2452888b24d8750eac9b4e5;hpb=b1f5cc058d5f2880b75b7af5dcc746942c2d7279;p=sympathy.git diff --git a/src/context.h b/src/context.h index 365931f..a0edf33 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,15 @@ /* * $Log$ + * Revision 1.4 2008/02/14 01:55:57 james + * *** empty log message *** + * + * Revision 1.3 2008/02/13 09:12:21 james + * *** empty log message *** + * + * Revision 1.2 2008/02/12 22:36:46 james + * *** empty log message *** + * * Revision 1.1 2008/02/09 15:47:28 james * *** empty log message *** * @@ -20,10 +29,13 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -typedef struct { -VT102 *v; -TTY *t; -History *h; +typedef struct +{ + VT102 *v; + TTY *t; + History *h; + Log *l; + Term *r; } Context; #endif /* __CONTEXT_H__ */