cc65 2.13. allows to explicitly set 80 column mode.
This commit is contained in:
parent
31eb62821f
commit
d30ccbe81d
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-main.c,v 1.6 2009/02/27 07:57:13 oliverschmidt Exp $
|
* $Id: contiki-main.c,v 1.7 2009/10/18 09:35:07 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -87,6 +87,8 @@ main(void)
|
||||||
{
|
{
|
||||||
struct ethernet_config *ethernet_config;
|
struct ethernet_config *ethernet_config;
|
||||||
|
|
||||||
|
videomode(VIDEOMODE_80COL);
|
||||||
|
|
||||||
close(STDIN_FILENO);
|
close(STDIN_FILENO);
|
||||||
close(STDOUT_FILENO);
|
close(STDOUT_FILENO);
|
||||||
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
#if !UIP_LOGGING && !LOG_CONF_ENABLED
|
||||||
|
|
Loading…
Reference in a new issue