Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_mouse.c373 work->x = the_mouse.u.data.x / sp->_sysmouse_char_width; in sysmouse_server()
742 sp->_sysmouse_char_width = the_video.vi_cwidth; in initialize_mousetype()
748 if (sp->_sysmouse_char_width <= 0) in initialize_mousetype()
749 sp->_sysmouse_char_width = 8; in initialize_mousetype()
/openbsd/src/lib/libcurses/
Dcurses.priv.h1183 int _sysmouse_char_width; /* character width */ member