Flags

Details

class Vte.FeatureFlags(value)

Bases: GLib.Flags

An enumeration type for features.

New in version 0.62.

FLAGS_MASK = -1

mask of all feature flags

FLAG_BIDI = 1

whether VTE was built with bidirectional text support

FLAG_ICU = 2

whether VTE was built with ICU support

FLAG_SYSTEMD = 4

whether VTE was built with systemd support

FLAG_SIXEL = 8

whether VTE was built with SIXEL support

class Vte.PtyFlags(value)

Bases: GObject.GFlags

DEFAULT = 0

the default flags

NO_LASTLOG = 1

Unused. Deprecated: 0.38

NO_FALLBACK = 16

Unused. Deprecated: 0.38

NO_UTMP = 2

Unused. Deprecated: 0.38

NO_SESSION = 32

Do not start a new session for the child in Vte.Pty.child_setup(). See man:setsid(2) for more information.

New in version 0.58.

NO_WTMP = 4

Unused. Deprecated: 0.38

NO_CTTY = 64

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.

New in version 0.58.

NO_HELPER = 8

Unused. Deprecated: 0.38