SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

terminal_width Property

Specifies the width of the pseudoterminal, in pixels.

Syntax

def get_terminal_width() -> int: ...
def set_terminal_width(value: int) -> None: ...

terminal_width = property(get_terminal_width, set_terminal_width)

Default Value

0

Remarks

Specifies the width of the pseudoterminal, in pixels.

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