[−][src]Function alacritty::tty::new
pub fn new<T: ToWinsize>(
config: &Config,
options: &Options,
size: &T,
window_id: Option<usize>
) -> Pty
Create a new tty and return a handle to interact with it.
pub fn new<T: ToWinsize>(
config: &Config,
options: &Options,
size: &T,
window_id: Option<usize>
) -> Pty
Create a new tty and return a handle to interact with it.