CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/30 12:13:47
Modified files:
usr.bin/tmux : grid-view.c grid.c tmux.h
Log message:
Instead of overloading the line clear function to mean free if
background is default (8), introduce an explicit free function and use
it where a free alone is needed. Likewise, use memmove directly rather
than grid_move_lines where it makes sense. Based on a memory leak fix by
Dan Aloni in GitHub issue 1051.
