mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Add Atari version of of doesclrscrafterexit().
- Update documentation. - Update atari.h and apple2.h header files. - Adapt Atari test/target programs. - Fix a typo in "div" entry in funcref.sgml.
This commit is contained in:
@@ -35,7 +35,7 @@ static struct __iocb *findfreeiocb(void)
|
||||
static void exitfn(void)
|
||||
{
|
||||
/* if DOS will automatically clear the screen, after the program exits, wait for a keypress... */
|
||||
if (! _is_cmdline_dos())
|
||||
if (doesclrscrafterexit())
|
||||
cgetc();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user