COLS(CURSES)
COLS --
number of columns on terminal screen
Synopsis
cc [options] file -lcurses
#include <curses.h>
extern int COLS;
Description
The external variable
COLS
indicates the number of columns on the terminal screen.
Standards Conformance
The Single UNIX Specification, Version 2; The Open Group.
References
initscr(CURSES),
curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005