Crate vte4

Source
Expand description

§VTE4 bindings

This library contains safe Rust bindings for vte4 Gtk-4.0.

Re-exports§

pub use ffi;
pub use gtk;
pub use prelude::*;

Modules§

builders
prelude
subclass

Structs§

FeatureFlags
An enumeration type for features.
Pty
Properties
PtyFlags
Regex
GLib type: Shared boxed type with reference counted clone semantics.
Terminal
Properties

Enums§

Alignv0_76
An enumeration type that can be used to specify how the terminal uses extra allocated space.
CursorBlinkMode
An enumerated type which can be used to indicate the cursor blink mode for the terminal.
CursorShape
An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
EraseBinding
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.
Format
An enumeration type that can be used to specify the format the selection should be copied to the clipboard in.
PtyError
RegexError
An enum type for regex errors. In addition to the values listed above, any PCRE2 error values may occur.
TextBlinkMode
An enumerated type which can be used to indicate whether the terminal allows the text contents to be blinked.
WriteFlags
A flag type to determine how terminal contents should be written to an output stream.