summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/messages.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 99f2147..57c7570 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,4 +3,4 @@ bin_PROGRAMS = ratpoison
ratpoison_SOURCES = bar.c bar.h conf.h data.h events.c events.h \
input.c input.h list.c list.h main.c manage.c manage.h number.c \
number.h ratpoison.h actions.h actions.c getopt.c getopt1.c getopt.h \
-communications.h communications.c
+communications.h communications.c messages.h
diff --git a/src/messages.h b/src/messages.h
new file mode 100644
index 0000000..bf1eea0
--- /dev/null
+++ b/src/messages.h
@@ -0,0 +1,4 @@
+#define MESSAGE_NO_OTHER_WINDOW "No other window."
+#define MESSAGE_NO_MANAGED_WINDOWS "No managed windows."
+#define MESSAGE_PROMPT_GOTO_WINDOW_NAME "Switch to window: "
+#define MESSAGE_PROMPT_NEW_WINDOW_NAME "Set window's title to: "