Repaint after completions

Fixes #643, #644
This commit is contained in:
ridiculousfish 2013-04-04 11:51:23 -07:00
parent 0970487cca
commit 516e18900c

View file

@ -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;