From 9a70b588086552c2f8a32b283061322426f62e84 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 28 Feb 2008 12:12:25 +0000 Subject: *** empty log message *** --- src/tty.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/tty.c') 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) { -- cgit v1.2.3