#include "defs.h" /* * move alpha cursor */ winker(xp, yp) INT xp, yp; { sbox(xp, yp, 0, 0, "", 1); }