osd-contiki/examples/webbrowser-80col
Oliver Schmidt fb5d0b7ef0 Made 80 column display a cc65 application attribute.
So far 80 column display was an attribute of a cc65 platform. Now each cc65 application can ask for 80 column display by defining WITH_80COL. Of course this is ignored by platforms incapable of 80 column display.

I see three types of application:

* Applications not benefitting from 80 column at all and in fact looking better with 40 column display. These are now using 40 column display. Examples: ethconfig, ipconfig

* Applications taking advantage of 80 column display if it is available without drawbacks. These stay as they were. Examples: Telnet server, web server, wget

* Applications needing 80 column display so urgently that it is likely desirable even if the display becomes harder to read. These come now in both flavors allowing the user to choose. Examples: IRC, web browser

Note: This change doesn't actually introduce any 80 column display with drawbacks. This if left to a subsequent change.
2015-10-30 12:42:58 +01:00
..
Makefile Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.apple2enh.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.atarixl.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.c64.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.c128.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.native.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.win32.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
webbrowser.c Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00