enum

Termios::LocalMode

Inherits Enum / Comparable / Value / Object

DEPRECATED

Constants

ECHO = 8_i64
ECHOE = 16_i64
ECHOK = 32_i64
ECHONL = 64_i64
ICANON = 2_i64
IEXTEN = 32768_i64
ISIG = 1_i64
NOFLSH = 128_i64
TOSTOP = 256_i64
None = 0_i64
All = 33275_i64

Instance methods

echo?

Returns true if this enum value contains ECHO

Source
echoe?

Returns true if this enum value contains ECHOE

Source
echok?

Returns true if this enum value contains ECHOK

Source
echonl?

Returns true if this enum value contains ECHONL

Source
icanon?

Returns true if this enum value contains ICANON

Source
iexten?

Returns true if this enum value contains IEXTEN

Source
isig?

Returns true if this enum value contains ISIG

Source
noflsh?

Returns true if this enum value contains NOFLSH

Source
none?
Source
tostop?

Returns true if this enum value contains TOSTOP

Source