diff options
author | nicm <nicm> | 2017-02-08 08:50:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-08 08:50:10 +0000 |
commit | 9cc02d1498fec2f4234575fd7cc38f3eb68cfd0e (patch) | |
tree | b3728d4b4a35bcf3869b92cf7217b857010db7c5 /tmux.h | |
parent | acb4bd9e563a30922a136ccd60930f965bfe574a (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. */ |