summaryrefslogtreecommitdiffstats
path: root/window-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2018-08-19 19:03:46 +0000
committernicm <nicm>2018-08-19 19:03:46 +0000
commitd95fad3d5f945c8047cd35de65cf59c60499f306 (patch)
treec3d11365613eff899dfc65f47aa699b76c63f8dc /window-tree.c
parent88327c7698fc45a16d1a5235d71a078d419febb4 (diff)
Expand \u and \U escape sequences in command strings, from Christopher
Hunt in GitHub issue 1443.
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c1
1 files changed, 0 insertions, 1 deletions
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)