view src/proto/pty.pro @ 16538:cb7c468eae13

Added tag v8.1.1272 for changeset d9f6590071097bc26887abcc5ea6083db1ecc45a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:15:08 +0200
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 : */