aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
authorjames <>2008-02-08 15:06:52 +0000
committerjames <>2008-02-08 15:06:52 +0000
commita4101322d71ce2f800d741e98ec8f537c70b663f (patch)
tree9ff178d83a007491efafce60ba2d7b0a363e2858 /src/vt102.h
parent314cd6b742efa6e0c97f4b9e991add65c5bbaad4 (diff)
downloadsympathy-a4101322d71ce2f800d741e98ec8f537c70b663f.tar.gz
sympathy-a4101322d71ce2f800d741e98ec8f537c70b663f.tar.bz2
sympathy-a4101322d71ce2f800d741e98ec8f537c70b663f.zip
*** empty log message ***
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vt102.h b/src/vt102.h
index e8caf5e..4f5ff05 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.11 2008/02/08 15:06:42 james
+ * *** empty log message ***
+ *
* Revision 1.10 2008/02/07 12:16:04 james
* *** empty log message ***
*
@@ -94,7 +97,6 @@ typedef struct
int application_keypad_mode;
- TTY *tty;
} VT102;