aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-25 18:30:29 +0000
committernicm <nicm>2017-04-25 18:30:29 +0000
commitd520dae6ac9acf980d48fbc8307ac83a5cee2938 (patch)
tree07f119b181cb4ac410685f7a728c37d7920aa2b7 /tmux.h
parent03d01eabb5c5227f56b6b44d04964c1328802628 (diff)
downloadrtmux-d520dae6ac9acf980d48fbc8307ac83a5cee2938.tar.gz
rtmux-d520dae6ac9acf980d48fbc8307ac83a5cee2938.tar.bz2
rtmux-d520dae6ac9acf980d48fbc8307ac83a5cee2938.zip
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.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 829772c9..7e6f9b14 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1099,6 +1099,7 @@ struct tty_ctx {
struct window_pane *wp;
const struct grid_cell *cell;
+ int wrapped;
u_int num;
void *ptr;