Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c380 sp->_mouse_format = MF_X10; in init_xterm_mouse()
392 sp->_mouse_format = MF_SGR1006; in init_xterm_mouse()
396 sp->_mouse_format = MF_XTERM_1005; in init_xterm_mouse()
1304 switch (sp->_mouse_format) { in _nc_mouse_inline()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1248 MouseFormat _mouse_format; /* type of xterm mouse protocol */ member