Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.51k stars 570 forks source link

Display problems with fzf version 33 #2470

Closed vctls closed 1 year ago

vctls commented 1 year ago

Versions

ConEmu build: 220807x64 OS version: Windows 10 build 19043.1889 x64 Used shell version: any shell

Problem description

When running fzf v33 in Conemu, the main text color is the same as the background color, and the whole thing flickers during search:

2022-09-03_13-26-48_ConEmu64

Not sure if this is a problem with fzf or with Conemu.
The problem only happens on Conemu, though. In any case, I've also reported the problem on fzf, since it didn't happen on previous versions: https://github.com/junegunn/fzf/issues/2954 junegunn thinks it might have something to do with tcell v2

Steps to reproduce

  1. Install latest fzf (33) via chocolatey or scoop.
  2. Run in Conemu.

Actual results

The main text color of fzf is the same as the background color, and the whole thing flickers during search

Expected results

No flickering, readable text.

junegunn commented 1 year ago

This was a bug of fzf, not a problem of ConEmu.

vctls commented 1 year ago

Tested and working with latest version of fzf.