yazi-rs/plugins

`full-border` + `max-preview`: visual artefacts in upper/lower left corners of a maximised preview pane

Closed this issue · 3 comments

There are visual artefacts in upper/lower left corners of a maximised preview pane when using with full-border plugin:

Снимок экрана 2024-06-25 в 09 45 54

Just a cosmetic issue, but worth looking to in the name of perfection... ;)

macOS Sonoma 14.5
iTerm2 3.5.2

Maybe we can check if we should stop applying these character patches when there are only two columns:

bar("", chunks[1].right - 1, chunks[1].y),
bar("", chunks[1].right - 1, chunks[1].bottom - 1),
bar("", chunks[2].right, chunks[2].y),
bar("", chunks[2].right, chunks[1].bottom - 1),

Do you want to raise a PR for it?

Sorry, I'm not a programmer. Just an experienced tester. So - no PRs from my side.

I'm going to lock this issue because it has been closed for 30 days. ⏳
This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.