Struct pseudoterm::WinsizeSetter[][src]

pub struct WinsizeSetter(_);

A way to get/set the window size. On some operating systems this struct can keep internal data to avoid redundant system calls.

Methods

impl WinsizeSetter
[src]

Create a new window size getter/setter

Get the window size

Set the window size

Auto Trait Implementations