Documentation
¶
Index ¶
- Constants
- type CFlag
- type Flag
- type Gormal
- func (gorm *Gormal) AppendFlag(flag Flag) error
- func (gorm *Gormal) AppendFlagToSection(flag Flag, section string) error
- func (gorm *Gormal) CheckFlag(flag Flag) (bool, error)
- func (gorm *Gormal) CheckFlagInSection(flag Flag, section string) (bool, error)
- func (gorm *Gormal) CheckRowFlaginSection(uFlag uint32, section string) (bool, error)
- func (gorm *Gormal) DropFlag(flag Flag) error
- func (gorm *Gormal) DropFlagFromSection(flag Flag, section string) error
- func (gorm *Gormal) GetTermios() *unix.Termios
- func (gorm *Gormal) MapToTermios(t *unix.Termios)
- func (gorm *Gormal) Restore() error
- func (gorm *Gormal) RowAppendFlagToSection(uFlag uint32, section string) error
- func (gorm *Gormal) RowDropFlagFromSection(uFlag uint32, section string) error
- func (gorm *Gormal) TemiosToMap(t *unix.Termios)
- type IFlag
- type LFlag
- type OFlag
Constants ¶
View Source
const ( // (c_iflag) IGNBRK IFlag = unix.IGNBRK BRKINT IFlag = unix.BRKINT IGNPAR IFlag = unix.IGNPAR PARMRK IFlag = unix.PARMRK INPCK IFlag = unix.INPCK ISTRIP IFlag = unix.ISTRIP INLCR IFlag = unix.INLCR IGNCR IFlag = unix.IGNCR ICRNL IFlag = unix.ICRNL IXON IFlag = unix.IXON IXOFF IFlag = unix.IXOFF // (c_oflag) OPOST OFlag = unix.OPOST ONLCR OFlag = unix.ONLCR // (c_cflag) CSIZE CFlag = unix.CSIZE CS5 CFlag = unix.CS5 CS6 CFlag = unix.CS6 CS7 CFlag = unix.CS7 CS8 CFlag = unix.CS8 CSTOPB CFlag = unix.CSTOPB CREAD CFlag = unix.CREAD PARENB CFlag = unix.PARENB PARODD CFlag = unix.PARODD HUPCL CFlag = unix.HUPCL CLOCAL CFlag = unix.CLOCAL // (c_lflag) ISIG LFlag = unix.ISIG ICANON LFlag = unix.ICANON ECHO LFlag = unix.ECHO ECHOE LFlag = unix.ECHOE ECHOK LFlag = unix.ECHOK ECHONL LFlag = unix.ECHONL NOFLSH LFlag = unix.NOFLSH TOSTOP LFlag = unix.TOSTOP IEXTEN LFlag = unix.IEXTEN )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gormal ¶
type Gormal struct {
// contains filtered or unexported fields
}
func NewGormalFromDesctiptor ¶
func NewGormalStdErr ¶
func NewGormalStdOut ¶
func NewGormalStdin ¶
func (*Gormal) AppendFlag ¶
func (*Gormal) AppendFlagToSection ¶
func (*Gormal) CheckFlagInSection ¶
func (*Gormal) CheckRowFlaginSection ¶
func (*Gormal) DropFlagFromSection ¶
func (*Gormal) GetTermios ¶
func (*Gormal) MapToTermios ¶
func (*Gormal) RowAppendFlagToSection ¶
func (*Gormal) RowDropFlagFromSection ¶
func (*Gormal) TemiosToMap ¶
Click to show internal directories.
Click to hide internal directories.