From 8e91702fa625c2e7e01c7f7c3043b30036a4f87d Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 9 Dec 2004 05:18:11 +0000 Subject: * 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. --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.c') diff --git a/src/editor.c b/src/editor.c index 9a04e8b..3a36291 100644 --- a/src/editor.c +++ b/src/editor.c @@ -454,7 +454,7 @@ editor_enter (rp_input_line *line) if (result == -1 || result == 2) { - marked_message_printf (0, 0, " %s ", expansion); + marked_message_printf (0, 0, "%s", expansion); free (expansion); return EDIT_ABORT; } -- cgit v1.2.3