Make full width panes try to play more nicely with terminal copy and

paste by avoiding explicit line wraps if we think the terminal will wrap
anyway.
This commit is contained in:
nicm
2017-04-25 18:30:29 +00:00
parent 03d01eabb5
commit d520dae6ac
3 changed files with 35 additions and 17 deletions

1
tmux.h
View File

@ -1099,6 +1099,7 @@ struct tty_ctx {
struct window_pane *wp;
const struct grid_cell *cell;
int wrapped;
u_int num;
void *ptr;