aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorjames <>2008-02-14 01:55:57 +0000
committerjames <>2008-02-14 01:55:57 +0000
commite65130e63d050d37b9605339c0abfdcef73c4472 (patch)
tree224026bf153dd62bd3ad0e125d505ee2235b8563 /src/context.h
parentccc64e79a870d37ddff7afa92a41fd9a8dbecd42 (diff)
downloadsympathy-e65130e63d050d37b9605339c0abfdcef73c4472.tar.gz
sympathy-e65130e63d050d37b9605339c0abfdcef73c4472.tar.bz2
sympathy-e65130e63d050d37b9605339c0abfdcef73c4472.zip
*** empty log message ***
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index c2b7798..a0edf33 100644
--- a/src/context.h
+++ b/src/context.h
@@ -12,6 +12,9 @@
/*
* $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 ***
*
@@ -32,6 +35,7 @@ typedef struct
TTY *t;
History *h;
Log *l;
+ Term *r;
} Context;
#endif /* __CONTEXT_H__ */