CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/31 15:08:23
Modified files:
usr.bin/tmux : screen-redraw.c
Log message:
When pane-border-indicators is set to "both" or "arrows", only draw
arrows on the active floating pane and no other floating panes. Also
there is no need to loop in screen_redraw_cell_border if only checking
one pane.
