diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index 33e9f2c..9245bf2 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.11 2008/03/06 16:49:05 james + * *** empty log message *** + * * Revision 1.10 2008/03/03 06:04:42 james * *** empty log message *** * @@ -57,6 +60,7 @@ typedef struct Context_struct KeyDis *k; Cmd *d; UTF8 *u; + RX *r; } Context; #endif /* __CONTEXT_H__ */ |