gi-vte-2.91.28: Vte bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Vte.Flags

Description

 
Synopsis

Flags

FeatureFlags

data FeatureFlags Source #

An enumeration type for features.

Since: 0.62

Constructors

FeatureFlagsFlagBidi

whether VTE was built with bidirectional text support

FeatureFlagsFlagIcu

whether VTE was built with ICU support

FeatureFlagsFlagSystemd

whether VTE was built with systemd support

FeatureFlagsFlagSixel

whether VTE was built with SIXEL support

FeatureFlagsFlagsMask

No description available in the introspection data.

AnotherFeatureFlags Int

Catch-all for unknown values

PtyFlags

data PtyFlags Source #

No description available in the introspection data.

Constructors

PtyFlagsNoLastlog

Unused. Deprecated: 0.38

PtyFlagsNoUtmp

Unused. Deprecated: 0.38

PtyFlagsNoWtmp

Unused. Deprecated: 0.38

PtyFlagsNoHelper

Unused. Deprecated: 0.38

PtyFlagsNoFallback

Unused. Deprecated: 0.38

PtyFlagsNoSession

Do not start a new session for the child in ptyChildSetup. See man:setsid(2) for more information. Since: 0.58

PtyFlagsNoCtty

Do not set the PTY as the controlling TTY for the child in ptyChildSetup. See man:tty_ioctl(4) for more information. Since: 0.58

PtyFlagsDefault

the default flags

AnotherPtyFlags Int

Catch-all for unknown values

Instances

Instances details
Enum PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Show PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Eq PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Ord PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

BoxedFlags PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

IsGFlag PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

TypedObject PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

glibType :: IO GType

HasParentTypes PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

type ParentTypes PtyFlags = '[] :: [Type]