CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/18 09:12:28
Modified files:
usr.bin/tmux : screen-write.c screen.c tmux.h
Log message:
There is no point in keeping a bunch of different text buffers for each
line when writing, we only need one as big as the line width - there
can't be any more text than that since newer will overwrite older.
