remove some xchar vestiges

This commit is contained in:
nhmall
2025-01-14 12:13:39 -05:00
parent b2f4b687c1
commit d2aff9a9b2
8 changed files with 13 additions and 16 deletions

View File

@@ -2036,8 +2036,7 @@ erase_tty_screen(void)
void
tty_curs(
winid window,
int x, int y) /* not xchar: perhaps xchar is unsigned
* then curx-x would be unsigned too */
int x, int y) /* coordinates (and curx-x) must be signed */
{
struct WinDesc *cw = 0;
int cx = ttyDisplay->curx;