diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-01 01:55:51 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-01 01:56:03 -0400 |
| commit | 007f596e3d75131086d0c165fc8848ad630aa82b (patch) | |
| tree | 95658d05370d507ecf491a5c0f7ef68be94665e2 /src/screen.h | |
| parent | 3fde0115504756dedf2ff352da5bf7ef1933cf65 (diff) | |
| download | fujinet-chat-007f596e3d75131086d0c165fc8848ad630aa82b.tar.gz | |
More edbox stuff in asm. 5347 bytes free.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index 34f069f..2959b1e 100644 --- a/src/screen.h +++ b/src/screen.h @@ -105,7 +105,7 @@ void scr_activate(char s); char *scr_get_cur_name(void); /* XXX: this really should be in a utils.c or common.c... */ -void scr_waitvcount(u8 c); +void scr_waitvcount_116(void); /* print decimal numbers (see printnum.s) */ void scr_cur_printnum(u16 c); |
