summaryrefslogtreecommitdiff
path: root/src/messages.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-09 05:18:11 +0000
committersabetts <sabetts>2004-12-09 05:18:11 +0000
commit8e91702fa625c2e7e01c7f7c3043b30036a4f87d (patch)
treee7ed9ee06d121ef7aab0f6460b343e5e086e849b /src/messages.h
parent14a4c1b72eaef4f92ce7276b18587885b0a088cb (diff)
downloadratpoison-8e91702fa625c2e7e01c7f7c3043b30036a4f87d.zip
* src/messages.h (MESSAGE_NO_OTHER_WINDOW): remove padding spaces
(MESSAGE_NO_OTHER_FRAME): likewise (MESSAGE_NO_MANAGED_WINDOWS): likewise (MESSAGE_UNKNOWN_COMMAND): likewise (MESSAGE_WINDOW_INFORMATION): likewise (MESSAGE_RAISE_TRANSIENT): likewise (MESSAGE_RAISE_WINDOW): likewise (MESSAGE_MAP_TRANSIENT): likewise (MESSAGE_MAP_WINDOW): likewise (MESSAGE_WELCOME): likewise (MESSAGE_FRAME_STRING): likewise * src/main.c (init_defaults): set bar_x_padding to 4 * src/events.c (handle_signals): Remove padding space on all calls to message and marked_message_printf. * src/editor.c (editor_enter): Remove padding space on all calls to message and marked_message_printf. * src/actions.c: Remove padding space on all calls to message and marked_message_printf. * src/bar.c (get_mark_box): make the mark extend to the edge of the box regardless of the bar padding.
Diffstat (limited to 'src/messages.h')
-rw-r--r--src/messages.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/messages.h b/src/messages.h
index f4fa14e..ceb1bf1 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -24,28 +24,28 @@
#include "config.h"
-#define MESSAGE_NO_OTHER_WINDOW " No other window "
-#define MESSAGE_NO_OTHER_FRAME " No other frame "
-#define MESSAGE_NO_MANAGED_WINDOWS " No managed windows "
-#define MESSAGE_UNKNOWN_COMMAND ": unknown command '%s' "
-#define MESSAGE_WINDOW_INFORMATION " This is window %d (%s) "
+#define MESSAGE_NO_OTHER_WINDOW "No other window"
+#define MESSAGE_NO_OTHER_FRAME "No other frame"
+#define MESSAGE_NO_MANAGED_WINDOWS "No managed windows"
+#define MESSAGE_UNKNOWN_COMMAND ": unknown command '%s'"
+#define MESSAGE_WINDOW_INFORMATION "This is window %d (%s)"
-#define MESSAGE_RAISE_TRANSIENT " Raise request from transient window %d (%s) "
-#define MESSAGE_RAISE_WINDOW " Raise request from window %d (%s) "
-#define MESSAGE_MAP_TRANSIENT " New transient window %d (%s) "
-#define MESSAGE_MAP_WINDOW " New window %d (%s) "
+#define MESSAGE_RAISE_TRANSIENT "Raise request from transient window %d (%s)"
+#define MESSAGE_RAISE_WINDOW "Raise request from window %d (%s)"
+#define MESSAGE_MAP_TRANSIENT "New transient window %d (%s)"
+#define MESSAGE_MAP_WINDOW "New window %d (%s)"
-#define MESSAGE_PROMPT_SWITCH_TO_WINDOW " Switch to window: "
-#define MESSAGE_PROMPT_NEW_WINDOW_NAME " Set window's title to: "
+#define MESSAGE_PROMPT_SWITCH_TO_WINDOW "Switch to window: "
+#define MESSAGE_PROMPT_NEW_WINDOW_NAME "Set window's title to: "
#define MESSAGE_PROMPT_SHELL_COMMAND "/bin/sh -c "
#define MESSAGE_PROMPT_COMMAND ":"
-#define MESSAGE_PROMPT_SWITCH_WM " Switch to wm: "
+#define MESSAGE_PROMPT_SWITCH_WM "Switch to wm: "
#define MESSAGE_PROMPT_XTERM_COMMAND MESSAGE_PROMPT_SHELL_COMMAND TERM_PROG " -e "
-#define MESSAGE_PROMPT_SWITCH_TO_GROUP " Switch to group: "
-#define MESSAGE_PROMPT_SELECT_VAR " Variable: "
-#define MESSAGE_PROMPT_VAR_VALUE " Value: "
+#define MESSAGE_PROMPT_SWITCH_TO_GROUP "Switch to group: "
+#define MESSAGE_PROMPT_SELECT_VAR "Variable: "
+#define MESSAGE_PROMPT_VAR_VALUE "Value: "
-#define MESSAGE_WELCOME " Welcome to ratpoison! Hit `%s %s' for help. "
-#define MESSAGE_FRAME_STRING " Current Frame "
+#define MESSAGE_WELCOME "Welcome to ratpoison! Hit `%s %s' for help."
+#define MESSAGE_FRAME_STRING "Current Frame"
#endif /* ! _RATPOISON_MESSAGES_H */