view src/proto/pty.pro @ 17461:1fc9ec9b71a0

Added tag v8.1.1728 for changeset e43f0c0c491c82ed097eceb45fabb5ae8552cc85
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jul 2019 22:00:05 +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 : */