Searched refs:butt (Results 1 – 5 of 5) sorted by relevance
1 …butt" d="m0 24.999102l99.02362 0l0 42.04725l-99.02362 0z" fill-rule="evenodd"/><path fill="#000000…
1 …butt" d="m117.02887 0l72.28346 0l0 40.25197l-72.28346 0z" fill-rule="evenodd"/><path fill="#000000…
25 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
1819 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() argument1824 len = sprintf(buf, "\033[M%c%c%c", (char)(' ' + butt), in mouse_report()