B_EDGE
#define EDGES (L_EDGE | R_EDGE | T_EDGE | B_EDGE)
if (t->flags & B_EDGE) {
flags |= B_EDGE;
b_edge = (tp->features & WSTPAD_HORIZSCROLL) ? B_EDGE : 0;