Move template defines back into .c files.

This commit is contained in:
nicm
2014-10-20 23:35:28 +00:00
parent 900f6fc17e
commit 4c42381410
14 changed files with 80 additions and 74 deletions

View File

@ -27,6 +27,11 @@
* Displays a message in the status line.
*/
#define DISPLAY_MESSAGE_TEMPLATE \
"[#{session_name}] #{window_index}:" \
"#{window_name}, current pane #{pane_index} " \
"- (%H:%M %d-%b-%y)"
enum cmd_retval cmd_display_message_exec(struct cmd *, struct cmd_q *);
const struct cmd_entry cmd_display_message_entry = {