summaryrefslogtreecommitdiff
path: root/src/winpty_windows.go
AgeCommit message (Collapse)Author
2024-09-29--tmux: Export bash functionsJunegunn Choi
Fix #4001
2024-06-01Do not disable --height on mintty (because it works)Junegunn Choi
2024-06-01Ignore --height option if it's not supported on the platformJunegunn Choi
This is to make shell integration work out of the box on Git bash. eval "$(fzf --bash)" vim <CTRL-T> # would print '--height option is currently not supported on this platform'
2024-05-23Address review comments by @KonfektJunegunn Choi
https://github.com/junegunn/fzf/commit/d4216b0dcc13567479d81cc5ad2adedb1443ea8b
2024-05-23Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or laterJunegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
Close #3806 Known limitation: * --height cannot be used