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

GI.Vte.Flags

Description

 
Synopsis

Flags

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

Eq PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Ord PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Show PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

showsPrec :: Int -> PtyFlags -> ShowS #

show :: PtyFlags -> String #

showList :: [PtyFlags] -> ShowS #

BoxedFlags PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags

Methods

boxedFlagsType :: Proxy PtyFlags -> IO GType Source #

IsGFlag PtyFlags Source # 
Instance details

Defined in GI.Vte.Flags