Expand \u and \U escape sequences in command strings, from Christopher

Hunt in GitHub issue 1443.
This commit is contained in:
nicm
2018-08-19 19:03:46 +00:00
parent 88327c7698
commit d95fad3d5f
2 changed files with 33 additions and 7 deletions

View File

@ -461,7 +461,6 @@ window_tree_build(void *modedata, u_int sort_type, uint64_t *tag,
}
}
static void
window_tree_draw_label(struct screen_write_ctx *ctx, u_int px, u_int py,
u_int sx, u_int sy, const struct grid_cell *gc, const char *label)