SecureBlackbox 2020 Python Edition

Questions / Feedback?

terminal_cols Property

Specifies the width of the pseudoterminal, in characters.

Syntax

def get_terminal_cols() -> int: ...
def set_terminal_cols(value: int) -> None: ...

terminal_cols = property(get_terminal_cols, set_terminal_cols)

Default Value

80

Remarks

Specifies the width of the pseudoterminal, in characters.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]