ISInterface:GetTerminalWidth

From Lavish Software Wiki
Revision as of 21:31, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • unsigned long GetTerminalWidth()

Purpose

To obtain the width of the terminal for uses such as formatting output

Usage

Parameters

none

Return Value

  • unsigned long
Width of the terminal in characters

Examples

unsigned long width;
width = pISInterface->GetTerminalWidth();

See Also