mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
routine was erasing and redrawing in one step, which ignored the possibility of having to erase from one window and redraw in another if the cursor moved focus from one window to another. This led to crosshairs being improperly drawn and erased when multiple windows were present, if the windows had different cells loaded.