CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/01/23 03:45:53
Modified files:
usr.bin/tmux : Makefile grid.c menu.c popup.c screen-redraw.c
screen.c server-client.c tmux.h tty.c
Added files:
usr.bin/tmux : tty-draw.c
Log message:
Replace overlay_ranges with visible_ranges which can hold more than
three ranges (will be needed for floating panes); move the visible
ranges checks outside of tty_draw_line and rewrite it to fix issues with
partially-obscured wide characters. With Michael Grant.