Expunge revision histories in files.
[sw-tools] / src / pres_curses.c
index 7ed1b72..38876e8 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pres_curses.c,v 1.6 1999/07/27 14:04:19 mdw Exp $
+ * $Id: pres_curses.c,v 1.7 2004/04/08 01:52:19 mdw Exp $
  *
  * Curses-based output presentation
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pres_curses.c,v $
- * Revision 1.6  1999/07/27 14:04:19  mdw
- * (Bug fix) Include the SIGWINCH handler even if `wresize' isn't known.
- *
- * Revision 1.5  1999/07/27  12:49:16  mdw
- * Slight tidying of resizing terminal handling.
- *
- * Revision 1.4  1999/07/16  16:52:28  mdw
- * `wbkdset' doesn't work so well.  Use `wbkgd' instead.
- *
- * Revision 1.3  1999/07/16 12:49:58  mdw
- * Improve exit status display.  New interface from `doto' project.
- *
- * Revision 1.2  1999/06/24 15:51:16  mdw
- * Fix signal handlers so they don't corrupt `errno'.
- *
- * Revision 1.1.1.1  1999/06/02 16:53:35  mdw
- * Initial import.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"