summaryrefslogtreecommitdiff
path: root/src/messages.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 21:57:44 +0000
committersabetts <sabetts>2002-01-24 21:57:44 +0000
commit61432f3c09711bf6690af0d851a5fda92c009153 (patch)
treee5e2f378a8f6d19ebdb78ed7c15701c784495899 /src/messages.h
parent66ef30a4b79636b748107e00be805d1885a88af8 (diff)
downloadratpoison-61432f3c09711bf6690af0d851a5fda92c009153.zip
* src/messages.h (MESSAGE_FRAME_STRING): Pad the string with
spaces on both sides. * src/main.c (init_screen): Create the frame, input, and bar windows with a border width of defaults.bar_border_width. (init_defaults): initialize defaults.bar_border_width * src/bar.c (bar_x): Incorporate defaults.bar_border_width into calculations. (bar_y): likewise * src/actions.h (cmd_defbarborder): new prototype * src/actions.c (user_commands): new command "defbarborder" (cmd_defbarborder): new function * src/main.c (init_screen): create the help window with a 0 border width.
Diffstat (limited to 'src/messages.h')
-rw-r--r--src/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages.h b/src/messages.h
index fd56dc4..2da2734 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -43,6 +43,6 @@
#define MESSAGE_PROMPT_XTERM_COMMAND MESSAGE_PROMPT_SHELL_COMMAND TERM_PROG " -e "
#define MESSAGE_WELCOME " Welcome to ratpoison! Hit `%s %s' for help. "
-#define MESSAGE_FRAME_STRING "Current Frame"
+#define MESSAGE_FRAME_STRING " Current Frame "
#endif /* ! _RATPOISON_MESSAGES_H */