Module: Vte::PtyFlags

Defined in:
(unknown)

Constant Summary collapse

NO_LASTLOG =

Unused. Deprecated: 0.38

1 or :no_lastlog
NO_UTMP =

Unused. Deprecated: 0.38

2 or :no_utmp
NO_WTMP =

Unused. Deprecated: 0.38

4 or :no_wtmp
NO_HELPER =

Unused. Deprecated: 0.38

8 or :no_helper
NO_FALLBACK =

Unused. Deprecated: 0.38

16 or :no_fallback
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

32 or :no_session
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

64 or :no_ctty
DEFAULT =

the default flags

0 or :default