Skip to content

Instantly share code, notes, and snippets.

@saitoha
Last active August 29, 2015 14:03
Show Gist options
  • Save saitoha/95741e3199179075be40 to your computer and use it in GitHub Desktop.
Save saitoha/95741e3199179075be40 to your computer and use it in GitHub Desktop.
vim: enable pterm mouse in non-qnx environment
diff -r d8d7de0a150b src/feature.h
--- a/src/feature.h Wed Jul 09 17:51:51 2014 +0200
+++ b/src/feature.h Thu Jul 10 02:16:05 2014 +0900
@@ -1076,7 +1076,7 @@
# if defined(FEAT_NORMAL) && (defined(MSDOS) || defined(WIN3264))
# define DOS_MOUSE
# endif
-# if defined(FEAT_NORMAL) && defined(__QNX__)
+# if defined(FEAT_NORMAL)
# define FEAT_MOUSE_PTERM
# endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment