zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.42k stars 611 forks source link

Click in bottom tab-bar not working with fullscreen pane #3363

Open dj95 opened 1 month ago

dj95 commented 1 month ago
  1. Use the following layout with zellij

    layout {
    default_tab_template {
        pane {
            children
        }
    
        pane size=2 borderless=true {
            plugin location="tab-bar" {
            }
        }
    }
    
    tab {
        pane split_direction="vertical" {
            pane
            pane
        }
    }
    tab {
        pane split_direction="vertical" {
            pane
            pane
        }
    }
    }
  2. Start zellij with the layout
  3. Press the shortcut for making the current pane fullscreen
  4. Try to switch the tab by clicking the tab bar

Basic information

zellij --version: zellij 0.40.1

stty size: 33 142

uname -av or ver(Windows): Darwin Daniels-MacBook-Pro.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64

Further information

If you click on the empty line below the tabs in the tab-bar, it somehow switch tabs. If the pane for the tab-bar consists only of one row, it's not clickable at all.

https://github.com/zellij-org/zellij/assets/4348959/addf9d9a-b3f9-411e-9f90-4314a4a70f38

Feel free to message me in case you need some more details.