ISInterface:GetTerminalWidth

From Lavish Software Wiki
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