mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
shell: "..." instead of "[...]" #11760
0c1be45ea0
changed pulse logic to output "[...]" instead of nothing.
But that doesn't align with the "..." pulse which may follow it.
ref #11130
This commit is contained in:
parent
a75c289eb8
commit
cbcb50dcc9
@ -423,7 +423,7 @@ static bool out_data_decide_throttle(size_t size)
|
||||
pulse_msg[1] = (tick > 1) ? '.' : ' ';
|
||||
pulse_msg[2] = (tick > 2) ? '.' : ' ';
|
||||
if (visit == 1) {
|
||||
msg_puts("[...]\n");
|
||||
msg_puts("...\n");
|
||||
}
|
||||
msg_putchar('\r'); // put cursor at start of line
|
||||
msg_puts(pulse_msg);
|
||||
|
Loading…
Reference in New Issue
Block a user