view src/proto/pty.pro @ 18413:90aa634b3bff

Added tag v8.1.2200 for changeset 6208e5c2eee758db609dd10cfc5c09107003c746
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Oct 2019 22:00:06 +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 : */