CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/12 17:21:45
Modified files:
usr.bin/tmux : grid.c tmux.h tty.c
Log message:
Set a flag on cells are genuinely empty (cleared and never written to)
and use tty_clear_line (which will choose the best escape sequence) to
clear any batches of cells with that flag when redrawing a line from the
stored screen.
