aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.c
diff options
context:
space:
mode:
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)
{