* Jakub Wilk <jw...@jwilk.net>, 2022-10-20 12:04:
(which_mouse->opt_scaley)=(which_mouse->opt_scale)*50*maxx/80/maxy;If maxx is small and maxy is large (200 in my case), you could indeed end up with opt_scaley set to 0.
Minor correction: my maxy is 56. (200 is my maxx on the days I'm not playing with stty. :-P) -- Jakub Wilk