From d95fad3d5f945c8047cd35de65cf59c60499f306 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 19 Aug 2018 19:03:46 +0000 Subject: Expand \u and \U escape sequences in command strings, from Christopher Hunt in GitHub issue 1443. --- window-tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'window-tree.c') diff --git a/window-tree.c b/window-tree.c index 52ab195e..2eb31612 100644 --- a/window-tree.c +++ b/window-tree.c @@ -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) -- cgit