commit b9328d0eac79d60796fc98626610d835140214ce
parent 0596b875f02c6b7124d124127c825487e3c379a9
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 20 Feb 2021 12:05:07 +0100
feedback: make Full Justify show a message also when using --minibar
Full justification (like justification of a selection) is probably
a rather rare action -- and possibly even an unintended action --
so it's good to give feedback about what happened also when using
the minibar.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/text.c b/src/text.c
@@ -2000,7 +2000,7 @@ void do_justify(bool full_justify)
else
#endif
if (full_justify)
- statusbar(_("Justified file"));
+ statusline(REMARK, _("Justified file"));
else
statusbar(_("Justified paragraph"));