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

@@ -1762,7 +1762,7 @@ failed:
if (msg_col > 0) {
msg_putchar('\r'); // overwrite previous message
}
p = (uint8_t *)msg_trunc_attr(IObuff, false, 0);
p = (uint8_t *)msg_trunc(IObuff, false, 0);
}
if (read_stdin || read_buffer || restart_edit != 0