CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2017/09/10 08:36:12
Modified files: usr.bin/tmux : grid.c Log message: Previously, extended cell data was never reduced in size even when the cell was overwritten. With a large history this can be a substantial amount of memory. To reduce this, compact each extended cell list to only cells in use as it is scrolled off the visible screen into the history. From Dan Aloni in GitHub issue 1062.