refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr

This commit is contained in:
bfredl
2023-09-27 22:24:50 +02:00
parent b85f1dafc7
commit 448d4837be
7 changed files with 16 additions and 16 deletions

View File

@@ -3233,7 +3233,7 @@ void fileinfo(int fullname, int shorthelp, int dont_truncate)
msg(buffer, 0);
msg_scroll = n;
} else {
p = msg_trunc_attr(buffer, false, 0);
p = msg_trunc(buffer, false, 0);
if (restart_edit != 0 || (msg_scrolled && !need_wait_return)) {
// Need to repeat the message after redrawing when:
// - When restart_edit is set (otherwise there will be a delay