Searched refs:setmousefunc (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/serialconnect/libvterm/include/ |
H A D | vterm.h | 190 int (*setmousefunc)(VTermMouseFunc func, void *data, void *user); member 237 int (*setmousefunc)(VTermMouseFunc func, void *data, void *user); member
|
/haiku/src/apps/serialconnect/libvterm/src/ |
H A D | screen.c | 462 static int setmousefunc(VTermMouseFunc func, void *data, void *user) in setmousefunc() function 466 if(screen->callbacks && screen->callbacks->setmousefunc) in setmousefunc() 467 return (*screen->callbacks->setmousefunc)(func, data, screen->cbdata); in setmousefunc() 621 .setmousefunc = &setmousefunc,
|
H A D | state.c | 798 if(state->callbacks && state->callbacks->setmousefunc) in set_dec_mode() 799 (*state->callbacks->setmousefunc)(val ? mousefunc : NULL, state, state->cbdata); in set_dec_mode()
|