m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 09:33:42 -05:00

Fix SEGV when trying to render preview but the window is closed

Close #677
This commit is contained in:
Junegunn Choi
2016-09-29 02:53:05 +09:00
parent 3b5ae0f8a2
commit 957c12e7d7
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
CHANGELOG
=========
0.15.3
------
- Added support for more ANSI attributes: dim, underline, blink, and reverse
- Fixed race condition in `toggle-preview`
0.15.2
------
- Preview window is now scrollable