Difference between revisions of "ISInterface:GetTerminalWidth"
Jump to navigation
Jump to search
(No difference)
|
Latest revision as of 21:31, 2 September 2005
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();