Is this a reproducible bug?
Current behavior
Prefix bar (when pressing the prefix key) is blocking the tab bar when tab bar position is set to bottom with the following config:
tab_bar_position = "bottom"
Expected behavior
Either stack the prefix bar on top of the tab bar, or more elegantly, move the prefix bar to the top when tab_bar_postion is set to "bottom".
Reproduction
- set the following in config.toml
ui.tab_bar_position = "bottom"
- Reload configuration
- press prefix key
- you should see the prefix bar is blocking the tab bar
Impact
Tab is not visible during prefix key press. It is particularly useful to view the tab bar when we want to jump from one tab to another tab using keybinding (prefix+1...9).
Environment
Herdr version: 0.8.0
Update channel: stable
Operating system: SLES15SP4
Terminal: Herdr local pane
Shell, if relevant: any shell
Relevant config, if any: default Herdr config with tab_bar_position = "bottom"
Is this a reproducible bug?
Current behavior
Prefix bar (when pressing the prefix key) is blocking the tab bar when tab bar position is set to bottom with the following config:
tab_bar_position = "bottom"Expected behavior
Either stack the prefix bar on top of the tab bar, or more elegantly, move the prefix bar to the top when tab_bar_postion is set to "bottom".
Reproduction
ui.tab_bar_position = "bottom"Impact
Tab is not visible during prefix key press. It is particularly useful to view the tab bar when we want to jump from one tab to another tab using keybinding (prefix+1...9).
Environment
Herdr version: 0.8.0
Update channel: stable
Operating system: SLES15SP4
Terminal: Herdr local pane
Shell, if relevant: any shell
Relevant config, if any: default Herdr config with
tab_bar_position = "bottom"