Mercurial > vim
view src/proto/os_win16.pro @ 7909:6dee75491f5d
Added tag v7.4.1250 for changeset a343a738010e0dd632be30d7e2a02a955dc405ed
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 03 Feb 2016 22:00:05 +0100 |
parents | 21b0a39d13ed |
children |
line wrap: on
line source
/* os_win16.c */ void mch_setmouse(int on); void mch_init(void); int mch_check_win(int argc, char **argv); long mch_get_pid(void); int mch_call_shell(char_u *cmd, int options); void mch_delay(long msec, int ignoreinput); void mch_breakcheck(void); long_u mch_avail_mem(int special); int mch_rename(const char *pszOldFile, const char *pszNewFile); char *default_shell(void); /* vim: set ft=c : */