aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
authorjames <>2008-03-02 10:38:18 +0000
committerjames <>2008-03-02 10:38:18 +0000
commitef21e0368adf8ae0e557e9c02fe776f69818ace6 (patch)
treecdfceba6afd3c2570cfe6d3e0c4f8fb46f182d15 /src/vt102.h
parentf23e17f2eac3f506afe9a1e44302112cc363b59f (diff)
downloadsympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.gz
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.bz2
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.zip
*** empty log message ***
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/vt102.h b/src/vt102.h
index 02fdf99..428abfc 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.22 2008/03/02 10:37:56 james
+ * *** empty log message ***
+ *
* Revision 1.21 2008/02/28 16:57:52 james
* *** empty log message ***
*
@@ -92,8 +95,7 @@
#define VT102_NMODES 32
-typedef struct
-{
+typedef struct {
int in_escape;
int in_cmd;
@@ -103,8 +105,7 @@ typedef struct
char cmd_buf[VT102_CMD_LEN];
} VT102_parser;
-typedef struct
-{
+typedef struct {
CRT_Pos pos;
int attr;
int color;
@@ -112,8 +113,7 @@ typedef struct
} VT102_State;
-typedef struct
-{
+typedef struct {
CRT_Pos top_margin, bottom_margin;
CRT_Pos screen_start, screen_end;
VT102_parser parser;