commit | c1a11ed54c7974b74be38f2aef6a200d7cfc878e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:09:24 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:09:24 2008 +0000 |
tree | cbd3d302d09444426d21d905b56dbfafb6cf2497 | |
parent | 446cb837a017fc1c1b144cb5c2a35cb90abfbbcf [diff] [blame] |
updated for version 7.2a
diff --git a/src/proto/os_unix.pro b/src/proto/os_unix.pro index 735565a..36193bb 100644 --- a/src/proto/os_unix.pro +++ b/src/proto/os_unix.pro
@@ -19,6 +19,7 @@ void mch_settitle __ARGS((char_u *title, char_u *icon)); void mch_restore_title __ARGS((int which)); int vim_is_xterm __ARGS((char_u *name)); +int use_xterm_like_mouse __ARGS((char_u *name)); int use_xterm_mouse __ARGS((void)); int vim_is_iris __ARGS((char_u *name)); int vim_is_vt300 __ARGS((char_u *name));