diff --git a/Windows.md b/Windows.md index acb963f..ad6843b 100644 --- a/Windows.md +++ b/Windows.md @@ -12,7 +12,7 @@ Windows binary does not support `--height` option which is used to start fzf in ### 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`. +`TERM` must be unset to run on the terminal. cmd.exe, powershell, and the default Windows terminal do not set it. Windows-specific terminal emulators like ConEmu do not set TERM. fzf unsets `TERM` only when running on bash with `TERM=cygwin` so fzf fails on mintty since it uses `TERM=xterm` or `TERM=xterm-256color`. - https://github.com/junegunn/fzf/issues/963 - https://github.com/junegunn/fzf/issues/1093