CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/08 09:57:49
Modified files:
usr.bin/tmux : input.c screen-write.c tmux.h window-copy.c
Log message:
Add a flags member to the grid_line struct and use it to differentiate lines
wrapped at the screen edge from those terminated by a newline. Then use this
when copying to combine wrapped lines together into one.
