]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/lib_cur_term.c
ncurses 5.2
[ncurses.git] / ncurses / tinfo / lib_cur_term.c
index 3250147c8066eaede2749d01a01a0362bf3ed6ad..7d0aa127d9dbb5c11155ca3837fdb2ad845eec9f 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+ * Copyright (c) 1998,1999 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -40,9 +40,9 @@
 #include <term_entry.h>        /* TTY, cur_term */
 #include <termcap.h>   /* ospeed */
 
-MODULE_ID("$Id: lib_cur_term.c,v 1.8 1999/07/24 20:08:19 tom Exp $")
+MODULE_ID("$Id: lib_cur_term.c,v 1.9 1999/10/30 23:00:16 tom Exp $")
 
-TERMINAL *cur_term;
+TERMINAL *cur_term = 0;
 
 TERMINAL *set_curterm(TERMINAL *termp)
 {