#Screen Clearing
Here a bit of a weird problem. I'opened an Intuition screen and tried
to clear it. The problem is that in addition to blanking the screen, the
ClearScreen also zeros part of an array. I've been beating on this problem
for 3 days now and I'm sure it must be something simple. Here is the code
in question, any ideas will be greatly appreciated:
#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <exec/memory.h>
#include <exec/interrupts.h>
#include <exec/errors.h>
#include <exec/ports.h>
#include <exec/libraries.h>
#include <exec/io.h>
#include <exec/devices.h>
#include <devices/console.h>
#include <devices/timer.h>
#include <devices/keymap.h>
#include <devices/inputevent.h>
#include <devices/narrator.h>
Thank
Bob