aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-08 08:50:10 +0000
committernicm <nicm>2017-02-08 08:50:10 +0000
commit9cc02d1498fec2f4234575fd7cc38f3eb68cfd0e (patch)
treeb3728d4b4a35bcf3869b92cf7217b857010db7c5 /tmux.h
parentacb4bd9e563a30922a136ccd60930f965bfe574a (diff)
downloadrtmux-9cc02d1498fec2f4234575fd7cc38f3eb68cfd0e.tar.gz
rtmux-9cc02d1498fec2f4234575fd7cc38f3eb68cfd0e.tar.bz2
rtmux-9cc02d1498fec2f4234575fd7cc38f3eb68cfd0e.zip
Trying to avoid the occasional newline by saving the last cell on screen
is not actually helping us much and just adds complexity, so don't bother.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index f15858ce..f9f60e6a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1105,9 +1105,6 @@ struct tty_ctx {
/* The background colour used for clearing (erasing). */
u_int bg;
-
- /* Saved last cell on line. */
- struct grid_cell last_cell;
};
/* Saved message entry. */