summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-03 22:59:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-03 23:00:34 +0900
commit6bddffbca46e3bfdc0d858c65c8e4444dfa5b4b5 (patch)
tree5ef616173678403f227a19635a12efef56ca713e /CHANGELOG.md
parent81a88693c12507bcc460bd1150af0f48f917670c (diff)
Setup signal handlers before ncurses initialization
This prevents fzf from missing SIGWINCH during startup which occasionally happens with fzf-tmux
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fea9735..cd9a173f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
------