Mercurial > vim
view src/proto/pty.pro @ 15437:77349932500a
Added tag v8.1.0726 for changeset 29f3d59bb6f0bbc1f3e7a94a301eb46391c24636
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Jan 2019 21:00:07 +0100 |
parents | 1a5d34492798 |
children | d4a6d575e910 |
line wrap: on
line source
/* pty.c */ int SetupSlavePTY(int fd); int OpenPTY(char **ttyn); /* vim: set ft=c : */