Terminal.setPty

Warning vte_terminal_set_pty has been deprecated since version 0.26 and should not be used in newly-written code. Use vte_pty_new_foreign() and vte_terminal_set_pty_object() Attach an existing PTY master side to the terminal widget. Use instead of vte_terminal_fork_command() or vte_terminal_forkpty().

class Terminal
void
setPty
()

Parameters

ptyMaster int

a file descriptor of the master end of a PTY, or -1 Since 0.12.1

Meta