DONE:
moveable shape preview window,
"clipboard" view window (moveable)
select lasso,
copy and
paste commands.
select lasso is now in assembly, stores directly to graphics RAM
instead
of HPLOT
interesting things I found out:
1) make sure test program loads the @@#$% ylookup table! spent hours
on this mistake
2) you cannot capture (without workarounds) CONTROL-C from a basic
program... I added
IF A$=chr$(3) do this.... unfortunately Control-C (copy) doesn't
ever make it to BASIC, because
it breaks a basic program