mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user