chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / terminal.c
index 0a75f71cb0ddb8ad01641f074e23be41101d6f93..03b688a30b62288a5e2c1900b5d339b8db625f4b 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.7  2008/02/14 01:55:57  james
+ * *** empty log message ***
+ *
  * Revision 1.6  2008/02/14 00:57:58  james
  * *** empty log message ***
  *
@@ -235,6 +238,7 @@ terminal_register_handlers (void)
   sigaction (SIGINT, &sa, NULL);
 }
 
+
 TTY *
 terminal_open (int rfd, int wfd)
 {