SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

TerminalCols Property

Specifies the width of the pseudoterminal, in characters.

Syntax

ANSI (Cross Platform)
int GetTerminalCols();
int SetTerminalCols(int iTerminalCols); Unicode (Windows) INT GetTerminalCols();
INT SetTerminalCols(INT iTerminalCols);
@property (nonatomic,readwrite,assign,getter=terminalCols,setter=setTerminalCols:) int terminalCols;
- (int)terminalCols;
- (void)setTerminalCols:(int)newTerminalCols;
#define PID_SSHCLIENT_TERMINALCOLS 124

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SSHClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

80

Remarks

Specifies the width of the pseudoterminal, in characters.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]