view src/proto/pty.pro @ 18581:aa71178649f7

Added tag v8.1.2284 for changeset 4ac042c8ed9805389577905e0db879edbf464515
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 01:45:04 +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 : */