KBD_UP
sunkey |= KBD_UP;
#define KEY_UP(c) ((c) & KBD_UP) /* true => key went up */
c = k->k_magic1 | KBD_UP;