Skip to content
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

Winbar UI inconsistent with multiple tabs #28641

Open
qgates opened this issue May 5, 2024 · 1 comment
Open

Winbar UI inconsistent with multiple tabs #28641

qgates opened this issue May 5, 2024 · 1 comment
Labels
bug issues reporting wrong behavior statusline tabline, winbar, statuscolumn ui
Milestone

Comments

@qgates
Copy link

qgates commented May 5, 2024

Problem

When multiple tabs exist, :set winbar=%f%m the winbar doesn't appear on unfocused tabs.

Steps to reproduce

  • open nvim
  • create tab with :tabnew
  • switch to the first tab with :tabp
  • :set winbar=%f%m
  • switch to second tab with :tabn

Expected behavior

Winbar should appear on all windows of all tabs

Neovim version (nvim -v)

v0.10.0-dev-3078+g3a8265266

Vim (not Nvim) behaves the same?

n/a

Operating system/version

win 10 / ubuntu 22.04 LTS

Terminal name/version

Windows Terminal Preview / Alacritty

$TERM environment variable

xterm-256color tmux-256color

Installation

https://ppa.launchpadcontent.net/neovim-ppa/unstable/ubuntu/

@qgates qgates added the bug issues reporting wrong behavior label May 5, 2024
@github-actions github-actions bot added the ui label May 5, 2024
@zeertzjq zeertzjq added the statusline tabline, winbar, statuscolumn label May 5, 2024
@zeertzjq
Copy link
Member

zeertzjq commented May 5, 2024

Also happens with disabling global 'winbar':

setglobal winbar=%f%m
tabnew
tabprev
setglobal winbar=
tabnext

Which causes the second tabpage to behave like there is a winbar even though it's disabled, and may leave redraw artifacts.

@justinmk justinmk added this to the backlog milestone May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior statusline tabline, winbar, statuscolumn ui
Projects
None yet
Development

No branches or pull requests

3 participants