libvtemm 0.25.0
|
Enumerations | |
enum | Gnome::Vte::TerminalEraseBinding { Gnome::Vte::ERASE_AUTO, Gnome::Vte::ERASE_ASCII_BACKSPACE, Gnome::Vte::ERASE_ASCII_DELETE, Gnome::Vte::ERASE_DELETE_SEQUENCE, Gnome::Vte::ERASE_TTY } |
TerminalEraseBinding - An enumerated type which can be used to indicate which string the terminal should send to an application when the user presses the Delete or Backspace keys. More... | |
enum | Gnome::Vte::TerminalCursorBlinkMode { Gnome::Vte::CURSOR_BLINK_SYSTEM, Gnome::Vte::CURSOR_BLINK_ON, Gnome::Vte::CURSOR_BLINK_OFF } |
TerminalCursorBlinkMode - An enumerated type which can be used to indicate the cursor blink mode for the terminal. More... | |
enum | Gnome::Vte::TerminalCursorShape { Gnome::Vte::CURSOR_SHAPE_BLOCK, Gnome::Vte::CURSOR_SHAPE_IBEAM, Gnome::Vte::CURSOR_SHAPE_UNDERLINE } |
TerminalCursorShape - An enumerated type which can be used to indicate what should the terminal draw at the cursor position. More... | |
enum | Gnome::Vte::TerminalWriteFlags { Gnome::Vte::TERMINAL_WRITE_DEFAULT = 0x0 } |
TerminalWriteFlags - A flag type to determine how terminal contents should be written to an output stream. More... |
TerminalCursorShape - An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
TerminalEraseBinding - An enumerated type which can be used to indicate which string the terminal should send to an application when the user presses the Delete or Backspace keys.
TerminalWriteFlags - A flag type to determine how terminal contents should be written to an output stream.
TerminalWriteFlags operator|(TerminalWriteFlags, TerminalWriteFlags)
TerminalWriteFlags operator&(TerminalWriteFlags, TerminalWriteFlags)
TerminalWriteFlags operator^(TerminalWriteFlags, TerminalWriteFlags)
TerminalWriteFlags operator~(TerminalWriteFlags)
TerminalWriteFlags& operator|=(TerminalWriteFlags&, TerminalWriteFlags)
TerminalWriteFlags& operator&=(TerminalWriteFlags&, TerminalWriteFlags)
TerminalWriteFlags& operator^=(TerminalWriteFlags&, TerminalWriteFlags)