Searched refs:EMOUSE_VSCROLL (Results 1 – 3 of 3) sorted by relevance
956 { "vscroll", EMOUSE_VSCROLL }, in opt_emouse()961 { "scroll", EMOUSE_HSCROLL|EMOUSE_VSCROLL }, in opt_emouse()964 { "vmove", EMOUSE_VSCROLL|EMOUSE_VDRAG }, in opt_emouse()965 { "move", EMOUSE_VSCROLL|EMOUSE_VDRAG|EMOUSE_HSCROLL|EMOUSE_HDRAG }, in opt_emouse()967 …{ "all", EMOUSE_VSCROLL|EMOUSE_VDRAG|EMOUSE_HSCROLL|EMOUSE_HDRAG|EMOUSE_LCLICK|EMOUSE_RCLICK… in opt_emouse()
654 #define EMOUSE_VSCROLL (1<<1) /* Vertical scroll */ macro
576 if (!(emouse & EMOUSE_VSCROLL)) in mouse_wheel_down()586 if (!(emouse & EMOUSE_VSCROLL)) in mouse_wheel_up()