LINES(3curses)
LINES --
number of lines on terminal screen
Synopsis
cc [options] file -lcurses
#include <curses.h>
extern int LINES;
Description
The external variable
LINES
indicates the number of lines on the terminal screen.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
initscr(3curses),
curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004