Enumeration

VtePtyFlags

Declaration

flags Vte.PtyFlags

Description

No description available.

Members

VTE_PTY_NO_LASTLOG

Unused. Deprecated: 0.38

  • Value: 1
  • Nickname: no-lastlog
  • Available since: 2.91
VTE_PTY_NO_UTMP

Unused. Deprecated: 0.38

  • Value: 2
  • Nickname: no-utmp
  • Available since: 2.91
VTE_PTY_NO_WTMP

Unused. Deprecated: 0.38

  • Value: 4
  • Nickname: no-wtmp
  • Available since: 2.91
VTE_PTY_NO_HELPER

Unused. Deprecated: 0.38

  • Value: 8
  • Nickname: no-helper
  • Available since: 2.91
VTE_PTY_NO_FALLBACK

Unused. Deprecated: 0.38

  • Value: 16
  • Nickname: no-fallback
  • Available since: 2.91
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

  • Value: 32
  • Nickname: no-session
  • Available since: 2.91
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

  • Value: 64
  • Nickname: no-ctty
  • Available since: 2.91
VTE_PTY_DEFAULT

The default flags.

  • Value: 0
  • Nickname: default
  • Available since: 2.91