X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcontext.h;h=8f88342208fe8105aa5efe8bc73c37d2e51dca87;hb=0811309bdec5ebb179d6056005f94c585b8fc8fd;hp=e746ad1cea8fd63b896c651f3148b0b4397c3402;hpb=d20265fbf33e22b30b5c2879cff7ae5c22d3fc29;p=sympathy.git diff --git a/src/context.h b/src/context.h index e746ad1..8f88342 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,15 @@ /* * $Log$ + * Revision 1.8 2008/02/23 11:48:37 james + * *** empty log message *** + * + * Revision 1.7 2008/02/22 23:39:27 james + * *** empty log message *** + * + * 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 +41,16 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -typedef struct +typedef struct Context_struct { VT102 *v; TTY *t; + TTY_Parser *tp; History *h; Log *l; KeyDis *k; + Cmd *d; + UTF8 *u; } Context; #endif /* __CONTEXT_H__ */