Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site princeton.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!wei From: wei@princeton.UUCP (P Wei) Newsgroups: net.unix Subject: LINES and COLS in curses.h ??? Message-ID: <1166@princeton.UUCP> Date: Tue, 19-Nov-85 22:23:56 EST Article-I.D.: princeto.1166 Posted: Tue Nov 19 22:23:56 1985 Date-Received: Wed, 20-Nov-85 21:11:27 EST Distribution: net Organization: Princeton University EECS Dept Lines: 8 In curses.h file , there is a external variable declaration : extern int LINES, COLS Can anyone tell me where they (LINES, COLS) are defined? Are they set by reading the termcap database ? How can I read the lines and colums information from that database? HP Wei (wei@princeton) Thanks!