Enumeration
VtePtyFlags
Members
Name | Description |
---|---|
VTE_PTY_NO_LASTLOG |
Unused. Deprecated: 0.38 |
VTE_PTY_NO_UTMP |
Unused. Deprecated: 0.38 |
VTE_PTY_NO_WTMP |
Unused. Deprecated: 0.38 |
VTE_PTY_NO_HELPER |
Unused. Deprecated: 0.38 |
VTE_PTY_NO_FALLBACK |
Unused. Deprecated: 0.38 |
VTE_PTY_NO_SESSION |
Do not start a new session for the child in vte_pty_child_setup(). See man:setsid(2) for more information. Since: 0.58 |
VTE_PTY_NO_CTTY |
Do not set the PTY as the controlling TTY for the child in vte_pty_child_setup(). See man:tty_ioctl(4) for more information. Since: 0.58 |
VTE_PTY_DEFAULT |
The default flags. |