Setup signal handlers before ncurses initialization

This prevents fzf from missing SIGWINCH during startup which
occasionally happens with fzf-tmux
This commit is contained in:
Junegunn Choi
2015-11-03 22:59:57 +09:00
parent 81a88693c1
commit 6bddffbca4
2 changed files with 16 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ CHANGELOG
orthogonally controlling "exactness" of search
- Fixed not to display non-printable characters
- Added `double-click` for `--bind` option
- More robust handling of SIGWINCH
0.10.8
------