Mercurial > vim
view src/proto/pty.pro @ 28671:5865b00cca76
Added tag v8.2.4859 for changeset 239bd331e0a96db6b656eb26964ca6913f630ba9
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 03 May 2022 01:00:03 +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 : */