sb_slot_t
static sb_slot_t *status_bar;
sb_slot_t *n = status_bar;
sb_slot_t *new, *n;
if ((new = calloc(1, sizeof (sb_slot_t))) == NULL) {