mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Repain prompt after showing completion pager
darcs-hash:20061004102706-ac50b-51d0603c81f3125c01bad0901f8d2b745fc18e4a.gz
This commit is contained in:
parent
13b1ea3f50
commit
0c7f74c78d
1 changed files with 1 additions and 0 deletions
1
reader.c
1
reader.c
|
@ -1258,6 +1258,7 @@ static int handle_completions( array_list_t *comp )
|
||||||
}
|
}
|
||||||
|
|
||||||
free( prefix );
|
free( prefix );
|
||||||
|
s_reset( &data->screen );
|
||||||
repaint();
|
repaint();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue