comparison src/vim.h @ 260:ed33f83b42d8

updated for version 7.0071
author vimboss
date Sun, 24 Apr 2005 21:58:05 +0000
parents c8742c8da9ab
children 8e3c690f1f3c
comparison
equal deleted inserted replaced
259:53175322ef40 260:ed33f83b42d8
1476 (((unsigned)((code) & 0xC0) >> 6) + 1) 1476 (((unsigned)((code) & 0xC0) >> 6) + 1)
1477 1477
1478 # define SET_NUM_MOUSE_CLICKS(code, num) \ 1478 # define SET_NUM_MOUSE_CLICKS(code, num) \
1479 (code) = ((code) & 0x3f) | ((((num) - 1) & 3) << 6) 1479 (code) = ((code) & 0x3f) | ((((num) - 1) & 3) << 6)
1480 1480
1481 /* Added to mouse column for GUI when 'mousefocus' wants to give focus to a
1482 * window by simulating a click on its status line. We could use up to 128 *
1483 * 128 = 16384 columns, now it's reduced to 10000. */
1484 # define MOUSE_COLOFF 10000
1485
1481 /* 1486 /*
1482 * jump_to_mouse() returns one of first four these values, possibly with 1487 * jump_to_mouse() returns one of first four these values, possibly with
1483 * some of the other three added. 1488 * some of the other three added.
1484 */ 1489 */
1485 # define IN_UNKNOWN 0 1490 # define IN_UNKNOWN 0