CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2016/10/13 14:27:27

Modified files:
        usr.bin/tmux   : grid-view.c grid.c input.c screen-redraw.c 
                         screen-write.c screen.c tmux.h tty.c 
                         window-choose.c window-clock.c window-copy.c 
                         window.c 

Log message:
Add support for BCE (background colour erase). This makes various escape
sequences (notable EL and ED but also IL, DL, ICH, DCH) create blank
cells using the current background colour rather than the default
colour.

On modern systems BCE doesn't really have many benefits, but most other
terminals now support it, some (lazy) applications rely on it, and it is
not hard to include now that we have pane background colours anyway.

Mostly written by Sean Haugh.

Reply via email to