-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird glitch in popup window #1370
Comments
What is the output of |
@junegunn |
Is your terminal emulator capable of properly displaying box-drawing characters? cat << EOF
╭─────────────────────────────────────────────────────╮
│ │
│ https://en.wikipedia.org/wiki/Box-drawing_character │
│ │
╰─────────────────────────────────────────────────────╯
EOF |
@junegunn I've just tested on my terminal (iterm2) and it doesn't show broken side bar, but it still shows glitches. The gif shows
|
@junegunn should this be reported to macvim you reckon? |
I currently don't have macvim installed to confirm the case. You might want to open a terminal inside macvim ( If it doesn't, I would try changing the font of macvim to see if it helps. Or you could add |
@junegunn thank you! i guess the issue was from my font? it hasn't solved the flickering issue, but the UI looks much better now. Do you know what could be causing the flickering btw? |
man fzf
)I always had this weird glitch when rendering the popup window on fzf, where the window spazzes whenever it opens. I thought it was due to too many files being loaded onto fzf finder.
But today i realised that there is a weird behaviour on my popup.
As shown in the screenshot, there are only 3 outcomes, but the popup still makes a weird glitch.
Then I realised that popup window on the right side had a broken UI.
When I toggle open the preview window, it is more evident.
I tried removing all other plugins and removed all of my settings except fzf, but couldn't remove this issue.
here is the minimum settings
The text was updated successfully, but these errors were encountered: