aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorjames <>2008-02-14 02:46:45 +0000
committerjames <>2008-02-14 02:46:45 +0000
commitbc6a29d06c22bdcada4cb18d8401e5d37f46fd36 (patch)
treecbe671b5cad8d7af21450915e2e312119ef0406d /src/context.h
parente65130e63d050d37b9605339c0abfdcef73c4472 (diff)
downloadsympathy-bc6a29d06c22bdcada4cb18d8401e5d37f46fd36.tar.gz
sympathy-bc6a29d06c22bdcada4cb18d8401e5d37f46fd36.tar.bz2
sympathy-bc6a29d06c22bdcada4cb18d8401e5d37f46fd36.zip
*** empty log message ***
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/context.h b/src/context.h
index a0edf33..e746ad1 100644
--- a/src/context.h
+++ b/src/context.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.5 2008/02/14 02:46:44 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/14 01:55:57 james
* *** empty log message ***
*
@@ -35,7 +38,7 @@ typedef struct
TTY *t;
History *h;
Log *l;
- Term *r;
+ KeyDis *k;
} Context;
#endif /* __CONTEXT_H__ */