mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
Add more detail about TERM handling in Windows
@@ -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
|
### 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/963
|
||||||
- https://github.com/junegunn/fzf/issues/1093
|
- https://github.com/junegunn/fzf/issues/1093
|
||||||
|
|||||||
Reference in New Issue
Block a user