view src/proto/pty.pro @ 6555:f625b6302d04 v7.4.604

updated for version 7.4.604 Problem: Running tests changes viminfo. Solution: Disable viminfo.
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 17:12:00 +0100
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/* pty.c */
int OpenPTY __ARGS((char **ttyn));
int SetupSlavePTY __ARGS((int fd));