graemedavidson / tmux-pane-focus

Tmux plugin to auto resize windows on focus similar to NVim Focus: https://github.com/beauwilliams/focus.nvim
MIT License
9 stars 0 forks source link

Redraw visual errors when setting active pane percentage to 80 #5

Closed graemedavidson closed 1 year ago

graemedavidson commented 1 year ago

Default setting for active pane percentage is 50.

When setting this to 80 as an experiment some visual redraw errors can be seen when switching between panes.

graemedavidson commented 1 year ago

Potentially due to drawing one orientation, top to bottom, then left to right

graemedavidson commented 1 year ago

Latest version resolves this issue.