aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.c
diff options
context:
space:
mode:
authorjames <>2008-02-28 12:12:25 +0000
committerjames <>2008-02-28 12:12:25 +0000
commit9a70b588086552c2f8a32b283061322426f62e84 (patch)
tree93bb7018b40de04e5a76e47a9cafb214bf34ad55 /src/tty.c
parente0ace86247de9c0f91cfb87188eff51df5508c7a (diff)
downloadsympathy-9a70b588086552c2f8a32b283061322426f62e84.tar.gz
sympathy-9a70b588086552c2f8a32b283061322426f62e84.tar.bz2
sympathy-9a70b588086552c2f8a32b283061322426f62e84.zip
*** empty log message ***
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tty.c b/src/tty.c
index 316133b..e165dd5 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.16 2008/02/28 12:12:25 james
+ * *** empty log message ***
+ *
* Revision 1.15 2008/02/28 00:10:44 james
* *** empty log message ***
*
@@ -318,6 +321,12 @@ tty_set_flow (TTY * t, int flow)
}
+void tty_winch(TTY *y,CRT_Pos p)
+{
+//FIXME:
+
+}
+
void
tty_hangup (TTY * t)
{