SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

terminal_height Property

Specifies the height of the pseudoterminal, in pixels.

Syntax

def get_terminal_height() -> int: ...
def set_terminal_height(value: int) -> None: ...

terminal_height = property(get_terminal_height, set_terminal_height)

Default Value

0

Remarks

Specifies the height of the pseudoterminal, in pixels.

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