From d5a5281aacda66de9d3630ad004c42557c6414b0 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 25 Oct 2017 15:42:44 +0000 Subject: [PATCH] Add more detail about TERM handling in Windows --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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