home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume24 / chemtab / part03 / windows.h < prev   
Encoding:
C/C++ Source or Header  |  1991-03-12  |  331 b   |  15 lines

  1. /*
  2.  * chemtab - a periodic table data base (C) 1990 Jim King (pulsar@lsrhs)
  3.  *
  4.  * windows.h    Curses WINDOW init
  5.  */
  6.  
  7. #include <curses.h>
  8.  
  9. WINDOW    *srt,                /* Sort chrst window */
  10.     *graph,                /* Graph/table Window */
  11.     *mn,                /* Main Window */
  12.     *btm,                /* Bottom line */
  13.     *hlp,                /* Help screen */
  14.     *cur;                /* Stop job handling */
  15.