| 1919 | } |
| 1920 | |
| 1921 | int |
| 1922 | mac_nh_poskey(int *a, int *b, int *c) |
| 1923 | { |
| 1924 | int ch = mac_nhgetch(); |
| 1925 | *a = clicked_pos.h; |
| 1926 | *b = clicked_pos.v; |
| 1927 | *c = clicked_mod; |
| 1928 | return ch; |
| 1929 | } |
| 1930 | |
| 1931 | void |
| 1932 | mac_start_menu(winid win, unsigned long mbehavior) |
nothing calls this directly
no test coverage detected