HPlogo HP-UX Reference > C

COLS(3X)

ENHANCED CURSES
HP-UX 11i Version 2: December 2007 Update
» 

Technical documentation

 » Table of Contents

 » Index

NAME

COLS — number of columns on terminal screen

SYNOPSIS

#include <curses.h>

extern int COLS;

DESCRIPTION

The external variable COLS indicates the number of columns on the terminal screen.

SEE ALSO

initscr(3X), <curses.h>.

CHANGE HISTORY

First released in X/Open Curses, Issue 4.