tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.03k stars 113 forks source link

Use window_id/pane_id for current_pane_logging. #12

Open modax opened 8 years ago

modax commented 8 years ago

Prior code used window_index/pane_index which were not unique. If a window/pane is destroyed with logging enabled and then recreated, state in current_pane_logging will still indicate that logging is on while in reality it is off.

mosheDO commented 3 years ago

Hi @modax

Did u test that this it doesn't break anything ?

Regards Moshe