diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-01 22:04:15 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-02 07:21:28 -0300 |
commit | 14f88b68653779a7918b857df9d5679cf4f79ba7 (patch) | |
tree | c4c632338e0ac8e07c5fa1c1099ca086bbbbea26 /src/nvim/os_unix.c | |
parent | 8a5a8dbf0f8dfec0b0494a0215891469753961a1 (diff) | |
download | rneovim-14f88b68653779a7918b857df9d5679cf4f79ba7.tar.gz rneovim-14f88b68653779a7918b857df9d5679cf4f79ba7.tar.bz2 rneovim-14f88b68653779a7918b857df9d5679cf4f79ba7.zip |
term: Move more mouse functions to mouse.c
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r-- | src/nvim/os_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c index 8784559b50..677976e3e1 100644 --- a/src/nvim/os_unix.c +++ b/src/nvim/os_unix.c @@ -37,6 +37,7 @@ #include "nvim/message.h" #include "nvim/misc1.h" #include "nvim/misc2.h" +#include "nvim/mouse.h" #include "nvim/garray.h" #include "nvim/path.h" #include "nvim/screen.h" |