aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 00:39:59 +0000
committerjames <>2008-02-07 00:39:59 +0000
commit6e577fe9ddf5cb2f92b347a177785e3738f062ff (patch)
tree2c01d24e53c113f8ebb437366262740137290bac /src/vt102.h
parent10e44cc4a65158fb6aaab3428a747ad4e5ead2f9 (diff)
downloadsympathy-6e577fe9ddf5cb2f92b347a177785e3738f062ff.tar.gz
sympathy-6e577fe9ddf5cb2f92b347a177785e3738f062ff.tar.bz2
sympathy-6e577fe9ddf5cb2f92b347a177785e3738f062ff.zip
*** empty log message ***
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vt102.h b/src/vt102.h
index 2fa56e6..fcf7aca 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.8 2008/02/07 00:39:13 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/02/06 20:26:58 james
* *** empty log message ***
*
@@ -82,7 +85,7 @@ typedef struct
int application_keypad_mode;
- TTY *t;
+ TTY *tty;
} VT102;