[][src]Function meli::terminal::embed::create_pty

pub fn create_pty(
    width: usize,
    height: usize,
    command: String
) -> Result<Arc<Mutex<EmbedGrid>>>