be more consistent with coordinates

This commit is contained in:
nhmall
2022-07-02 09:10:03 -04:00
parent 0bd5b3d39e
commit 3004cf2d34
74 changed files with 831 additions and 746 deletions

View File

@@ -331,7 +331,7 @@ safe_nhgetch(void)
*/
/*ARGSUSED*/
int
safe_nh_poskey(int *x, int *y, int *mod)
safe_nh_poskey(coordxy *x, coordxy *y, int *mod)
{
return '\033';
}