VtePtyFlags

VTE_PTY_NO_LASTLOG don't record the session in lastlog VTE_PTY_NO_UTMP don't record the session in utmp VTE_PTY_NO_WTMP don't record the session in wtmp VTE_PTY_NO_HELPER don't use the GNOME PTY helper to allocate the PTY VTE_PTY_NO_FALLBACK when allocating the PTY with the PTY helper fails, don't fall back to try using PTY98 VTE_PTY_DEFAULT the default flags Since 0.26

Values

ValueMeaning
NO_LASTLOG1 << 0
NO_UTMP1 << 1
NO_WTMP1 << 2
NO_HELPER1 << 3
NO_FALLBACK1 << 4
DEFAULT0

Meta