Struct pty_proc::shell::display::Table
[−]
[src]
pub struct Table {
pub save_position: Coordinate,
pub show_cursor: bool,
pub mouse_handle: (bool, bool, bool, bool),
pub ss_mod: bool,
pub region: Coordinate,
pub collection: Character,
pub oob: Coordinate,
pub line_wrap: bool,
pub size: Winszed,
pub bell: size_t,
pub screen: Cursor<Vec<Character>>,
pub newline: Newline,
}Fields
save_position: Coordinate
show_cursor: bool
mouse_handle: (bool, bool, bool, bool)
ss_mod: bool
region: Coordinate
collection: Character
oob: Coordinate
Out of Bound
line_wrap: bool
size: Winszed
bell: size_t
screen: Cursor<Vec<Character>>
newline: Newline
Trait Implementations
impl Debug for Table[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more