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

@@ -501,7 +501,7 @@ genl_putmsghistory(const char *msg, boolean is_restoring)
static int hup_nhgetch(void);
static char hup_yn_function(const char *, const char *, char);
static int hup_nh_poskey(int *, int *, int *);
static int hup_nh_poskey(coordxy *, coordxy *, int *);
static void hup_getlin(const char *, char *);
static void hup_init_nhwindows(int *, char **);
static void hup_exit_nhwindows(const char *);
@@ -652,7 +652,7 @@ hup_yn_function(const char *prompt UNUSED,
/*ARGSUSED*/
static int
hup_nh_poskey(int *x UNUSED, int *y UNUSED, int *mod UNUSED)
hup_nh_poskey(coordxy *x UNUSED, coordxy *y UNUSED, int *mod UNUSED)
{
return '\033';
}