Mercurial > vim
view src/proto/pty.pro @ 16685:8afb13c6a0d9
Added tag v8.1.1344 for changeset 1c2d9f67d98f57a0518ac2a776d68feb278cc0f8
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 18 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 : */