comparison src/feature.h @ 64:587305d23d2c

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:23:48 +0000
parents c75153d791d0
children 8c60f65311fa
comparison
equal deleted inserted replaced
63:f6e33184ccc3 64:587305d23d2c
974 * handling. 974 * handling.
975 * +mouse_pterm PTerm mouse support for QNX 975 * +mouse_pterm PTerm mouse support for QNX
976 * +mouse Any mouse support (any of the above enabled). 976 * +mouse Any mouse support (any of the above enabled).
977 */ 977 */
978 /* OS/2 and Amiga console have no mouse support */ 978 /* OS/2 and Amiga console have no mouse support */
979 #if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA) 979 #if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS))
980 # ifdef FEAT_NORMAL 980 # ifdef FEAT_NORMAL
981 # define FEAT_MOUSE_XTERM 981 # define FEAT_MOUSE_XTERM
982 # endif 982 # endif
983 # ifdef FEAT_BIG 983 # ifdef FEAT_BIG
984 # define FEAT_MOUSE_NET 984 # define FEAT_MOUSE_NET