From 4c42381410891c43b1326e95f150dfcf637b1e69 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 20 Oct 2014 23:35:28 +0000 Subject: Move template defines back into .c files. --- cmd-find-window.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd-find-window.c') diff --git a/cmd-find-window.c b/cmd-find-window.c index f1fc5f50..deacf99c 100644 --- a/cmd-find-window.c +++ b/cmd-find-window.c @@ -28,6 +28,11 @@ * Find window containing text. */ +#define FIND_WINDOW_TEMPLATE \ + "#{window_index}: #{window_name} " \ + "[#{window_width}x#{window_height}] " \ + "(#{window_panes} panes) #{window_find_matches}" + enum cmd_retval cmd_find_window_exec(struct cmd *, struct cmd_q *); void cmd_find_window_callback(struct window_choose_data *); -- cgit v1.2.3