Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Vte.Flags
Contents
Description
Synopsis
- data FeatureFlags
- data PtyFlags
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 | mask of all feature flags |
AnotherFeatureFlags Int | Catch-all for unknown values |
Instances
PtyFlags
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
|
PtyFlagsNoCtty | Do not set the PTY as the controlling TTY for the child
in |
PtyFlagsDefault | the default flags |
AnotherPtyFlags Int | Catch-all for unknown values |
Instances
Enum PtyFlags Source # | |
Show PtyFlags Source # | |
Eq PtyFlags Source # | |
Ord PtyFlags Source # | |
Defined in GI.Vte.Flags | |
BoxedFlags PtyFlags Source # | |
Defined in GI.Vte.Flags | |
IsGFlag PtyFlags Source # | |
Defined in GI.Vte.Flags | |
TypedObject PtyFlags Source # | |
Defined in GI.Vte.Flags | |
HasParentTypes PtyFlags Source # | |
Defined in GI.Vte.Flags | |
type ParentTypes PtyFlags Source # | |
Defined in GI.Vte.Flags |