From cc8cbbf71cc3cade988c5da19959056b9dcf156f Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 25 Oct 2017 00:25:36 -0400 Subject: [PATCH] Add section for TERM environment variable --- Windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Windows.md b/Windows.md index d37e8dd..34e0243 100644 --- a/Windows.md +++ b/Windows.md @@ -10,10 +10,18 @@ flawlessly. Windows binary does not support `--height` option which is used to start fzf in non-fullscreen mode. +### fzf outputs `character set not supported` when `TERM` environment variable is set + +`TERM` must be unset to run on the terminal. fzf unsets `TERM` when running on a bash with `TERM=cygwin`. + +- https://github.com/junegunn/fzf/issues/963 + ### fzf uses `cmd.exe` to start `FZF_DEFAULT_COMMAND` Even if you're on Cygwin, fzf will use `cmd.exe` (instead of `sh`) to start `FZF_DEFAULT_COMMAND`. +### + ### Relative Filepaths fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths.