view src/proto/pty.pro @ 23700:c655e7533411

Added tag v8.2.2391 for changeset 317018f62643f304f025eb8f797a794b4804d96d
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Jan 2021 21:00:06 +0100
parents d4a6d575e910
children
line wrap: on
line source

/* pty.c */
int setup_slavepty(int fd);
int mch_openpty(char **ttyn);
int mch_isatty(int fd);
/* vim: set ft=c : */