screen_write_nputs
void printflike(4, 5) screen_write_nputs(struct screen_write_ctx *,
screen_write_nputs(ctx, sx, &grid_default_cell, "%s",
screen_write_nputs(&ctx, box_w - 2, &gc, "%s", text);
screen_write_nputs(&ctx, -1, &grid_default_cell, "%s", str);
screen_write_nputs(&ctx, -1, &grid_default_cell, "%s",
screen_write_nputs(ctx, width, current ? &cur_ln_gc : &ln_gc,
screen_write_nputs(&ctx, box_w - 2, &gc, "%s", text);