Home
last modified time | relevance | path

Searched refs:_mouse_format (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_mouse.c392 sp->_mouse_format = MF_X10; in init_xterm_mouse()
404 sp->_mouse_format = MF_SGR1006; in init_xterm_mouse()
408 sp->_mouse_format = MF_XTERM_1005; in init_xterm_mouse()
428 sp->_mouse_format = MF_XTERM_1005; in init_xterm_mouse()
434 sp->_mouse_format = MF_SGR1006; in init_xterm_mouse()
1365 switch (sp->_mouse_format) { in _nc_mouse_inline()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1100 MouseFormat _mouse_format; /* type of xterm mouse protocol */ member