Lines Matching full:mouse
62 * If font data is not available, the `arrow'-shaped mouse cursor cannot
116 #define MOUSE_MOVED 0x01000 /* mouse cursor has moved */
117 #define MOUSE_CUTTING 0x02000 /* mouse cursor is cutting text */
118 #define MOUSE_VISIBLE 0x04000 /* mouse cursor is showing */
124 #define MOUSE_HIDDEN 0x100000 /* mouse cursor is temporarily hidden */
162 /* text and some mouse cursor attributes */
311 int mouse_pos; /* mouse buffer position */
312 int mouse_oldpos; /* mouse old buffer position */
313 short mouse_xpos; /* mouse x coordinate */
314 short mouse_ypos; /* mouse y coordinate */
315 short mouse_oldxpos; /* mouse previous x coordinate */
316 short mouse_oldypos; /* mouse previous y coordinate */
317 short mouse_buttons; /* mouse buttons */
318 int mouse_cut_start; /* mouse cut start pos */
319 int mouse_cut_end; /* mouse cut end pos */
320 int mouse_level; /* xterm mouse protocol */