zellij/default-plugins/tab-bar
Thomas Linford 19a502cb28
fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (#2587)
* tab-bar: fix clicks sometimes not registering

Caching the click position wasn't working across multiple plugin
instances.

Also a couple of refactors:
  - move the code with the tab switching logic inside update
  - avoid rendering when calling switch_tab_to, since it will happen
    anyway afterwards

* same fix for compact-bar
2023-06-30 09:42:23 +02:00
..
.cargo fix(naming): made plugin terminology more consistent 2021-04-19 23:37:47 +01:00
src fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (#2587) 2023-06-30 09:42:23 +02:00
Cargo.toml chore(rust): move to 2021 edition 2021-10-22 02:21:16 +01:00
LICENSE.md fix(naming): made plugin terminology more consistent 2021-04-19 23:37:47 +01:00