Results 638 comments of Junegunn Choi

However, even with `MSYS=enable_pcon`, `--height` doesn't work.

@Konfekt Please review and test https://github.com/junegunn/fzf/commit/d4216b0dcc13567479d81cc5ad2adedb1443ea8b

@Konfekt [fzf.exe.zip](https://github.com/junegunn/fzf/files/15415101/fzf.exe.zip)

@Konfekt Thanks. See https://github.com/junegunn/fzf/commit/c36b846accc36c5a833a8e22d06107b778a4f219

I'm not a Ubuntu user, so I don't have incentive to create and maintain a PPA unless someone offers me some big money 😄 Alternatively, you can instead: * Use...

If all I have to do is to open up an account and wire it up to the GitHub workflow, I can do that. But I know nothing about PPA,...

It is not clear to me that the protocol is, and will be, widely agreed upon. The linked page shows that only a small number of tools, most of them...

You can just append `--no-height` at the end, because the last one wins. ```sh export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --no-height" ```

If you're experiencing a change of behavior in 0.54.0, this might be the cause. https://github.com/junegunn/fzf/commit/dca2262fe6f8d7c4a9264464e45d44e684d0e70b See https://github.com/junegunn/fzf/issues/3847#issuecomment-2162913817 I'll look into it when I get some time.

I can confirm that the LightRenderer for Windows written by @kelleyma49 cannot take Unicode characters. https://github.com/junegunn/fzf/blob/2dbc874e3dfa381b2e5492c94bf4056d4a36f3f1/src/tui/light_windows.go#L58-L62 When I type in a Unicode character, it reads it as `?` (63).