diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/context.h b/src/context.h index 365931f..607f249 100644 --- a/src/context.h +++ b/src/context.h @@ -12,6 +12,9 @@ /* * $Log$ + * 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 +23,11 @@ #ifndef __CONTEXT_H__ #define __CONTEXT_H__ -typedef struct { -VT102 *v; -TTY *t; -History *h; +typedef struct +{ + VT102 *v; + TTY *t; + History *h; } Context; #endif /* __CONTEXT_H__ */ |