osd-contiki/examples/wget
Oliver Schmidt c25e965b0c Avoid unnecessary key presses.
The recently added doesclrscrafterexit() allows cc65 programs to determine if the screen will be cleared after exit(). If that isn't the case then there's no need to ask the user to press a key in order to allow him to read the final program output.
2016-10-15 15:27:42 +02:00
..
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.apple2enh.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.atarixl.defines Added cmdline args support to wget example. 2014-01-24 12:44:23 +01:00
Makefile.c64.defines Added cmdline args support to wget example. 2014-01-24 12:44:23 +01:00
Makefile.c128.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.target After a CTK wget and a shell wget finally a plain vanilla CLI wget. 2010-02-10 23:51:38 +00:00
wget.c Avoid unnecessary key presses. 2016-10-15 15:27:42 +02:00