TURN_X
turn_w = newwin(TURN_Y, TURN_X, TURN_T, TURN_L);
#define TURN_L ((BOX_L+BOX_R-TURN_X)/2)
#define TURN_R (TURN_L+TURN_X+1)