X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=296d50fd699e8e8adc7c1ac0fe7aba672e183d89;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hp=2506e2b50267848a3a7c123e1e03de37da7b81f0;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index 2506e2b5..296d50fd 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_mouse.3x,v 1.45 2017/05/06 17:29:26 tom Exp @ + * @Id: curs_mouse.3x,v 1.47 2017/11/18 23:52:45 tom Exp @ --> @@ -247,24 +247,24 @@ SVr4 curses had support for the mouse in a variant of xterm. It is mentioned in a few places, but with no supporting documentation: - o the libcurses manual page lists functions for this feature which + o the "libcurses" manual page lists functions for this feature which are prototyped in curses.h: - extern int mouse_set(long int); - extern int mouse_on(long int); - extern int mouse_off(long int); - extern int request_mouse_pos(void); - extern int map_button(unsigned long); - extern void wmouse_position(WINDOW *, int *, int *); - extern unsigned long getmouse(void), getbmap(void); - - o the terminfo manual page lists capabilities for the feature - - buttons btns BT Number of buttons on the mouse - get_mouse getm Gm Curses should get button events - key_mouse kmous Km 0631, Mouse event has occured - mouse_info minfo Mi Mouse status information - req_mouse_pos reqmp RQ Request mouse position report + extern int mouse_set(long int); + extern int mouse_on(long int); + extern int mouse_off(long int); + extern int request_mouse_pos(void); + extern int map_button(unsigned long); + extern void wmouse_position(WINDOW *, int *, int *); + extern unsigned long getmouse(void), getbmap(void); + + o the "terminfo" manual page lists capabilities for the feature + + buttons btns BT Number of buttons on the mouse + get_mouse getm Gm Curses should get button events + key_mouse kmous Km 0631, Mouse event has occurred + mouse_info minfo Mi Mouse status information + req_mouse_pos reqmp RQ Request mouse position report o the interface made assumptions (as does ncurses) about the escape sequences sent to and received from the terminal.