comparison src/feature.h @ 592:6a91f35b354d

updated for version 7.0168
author vimboss
date Mon, 12 Dec 2005 21:58:40 +0000
parents 25a70b1cd2da
children 81fe2ccc1207
comparison
equal deleted inserted replaced
591:36071a92cb76 592:6a91f35b354d
970 * handling. 970 * handling.
971 * +mouse_pterm PTerm mouse support for QNX 971 * +mouse_pterm PTerm mouse support for QNX
972 * +mouse Any mouse support (any of the above enabled). 972 * +mouse Any mouse support (any of the above enabled).
973 */ 973 */
974 /* OS/2 and Amiga console have no mouse support */ 974 /* OS/2 and Amiga console have no mouse support */
975 #if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) 975 #if !defined(AMIGA) && !defined(OS2)
976 # ifdef FEAT_NORMAL 976 # ifdef FEAT_NORMAL
977 # define FEAT_MOUSE_XTERM 977 # define FEAT_MOUSE_XTERM
978 # endif 978 # endif
979 # ifdef FEAT_BIG 979 # ifdef FEAT_BIG
980 # define FEAT_MOUSE_NET 980 # define FEAT_MOUSE_NET