mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
parent
0970487cca
commit
516e18900c
1 changed files with 3 additions and 0 deletions
|
@ -3083,6 +3083,9 @@ const wchar_t *reader_readline()
|
|||
|
||||
/* Start the cycle at the beginning */
|
||||
completion_cycle_idx = (size_t)(-1);
|
||||
|
||||
/* Repaint */
|
||||
reader_repaint_if_needed();
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue