From b87be52b56c7f62294c49c40a49c766b958d0809 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 15 Apr 2001 21:25:10 +0000 Subject: * src/number.h (add_window_number): new prototype * src/number.c (add_window_number): renamed from add_to_list. Dependant code updated. * src/messages.h (MESSAGE_WINDOW_INFORMATION): new define * src/list.h (print_window_information): new prototype * src/list.c (print_window_information): new function * src/actions.h (cmd_number): new prototype --- src/messages.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/messages.h') diff --git a/src/messages.h b/src/messages.h index 0d8cbe6..23ffe3d 100644 --- a/src/messages.h +++ b/src/messages.h @@ -27,6 +27,7 @@ #define MESSAGE_NO_OTHER_WINDOW " No other window " #define MESSAGE_NO_MANAGED_WINDOWS " No managed windows " #define MESSAGE_UNKNOWN_COMMAND ": unknown command " +#define MESSAGE_WINDOW_INFORMATION "This is window %s (%s)." #define MESSAGE_PROMPT_SWITCH_TO_WINDOW " Switch to window: " #define MESSAGE_PROMPT_NEW_WINDOW_NAME " Set window's title to: " -- cgit v1.2.3