tmux-network-bandwidth icon indicating copy to clipboard operation
tmux-network-bandwidth copied to clipboard

Causes Tmux to re-render even with selected characters each `status` update

Open serious-angel opened this issue 3 years ago • 0 comments

Dear Developers,

Thank you for the plugin!

Apparently, if the plugin is added to Tmux status, it causes Tmux to re-render even if selection exists - selection existence ignored. In the result, selection is deselected with each Tmux render.

~/.tmux.conf:

run-shell ~/'.tmux/plugins/tmux-network-bandwidth/tmux-network-bandwidth.tmux';

tmux-theme:

set-option -g status-right '#[fg=colour32]#{network_bandwidth}#[default]';

What might it be?

Best and kind regards

serious-angel avatar Sep 27 '22 18:09 serious-angel