replace 3 files and add 1 prototype
Changes to be committed: modified: include/extern.h modified: src/apply.c modified: src/sys.c modified: win/tty/wintty.c The 3 files appeared to be missing sections. The erronoeous versions have been emailed to the win32 team to determine their fate. Adds a missing prototype also.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* NetHack 3.5 wintty.c $NHDT-Date: 1427667623 2015/03/29 22:20:23 $ $NHDT-Branch: master $:$NHDT-Revision: 1.75 $ */
|
||||
/* NetHack 3.5 wintty.c $Date: 2012/01/22 06:27:09 $ $Revision: 1.66 $ */
|
||||
/* Copyright (c) David Cohrs, 1991 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -2204,6 +2205,11 @@ tty_putstr(window, attr, str)
|
||||
tty_putstr(window, attr, &str[i]);
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
tty_display_file(fname, complain)
|
||||
const char *fname;
|
||||
|
||||
Reference in New Issue
Block a user