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.
This commit is contained in:
nicm
2017-02-08 08:50:10 +00:00
parent acb4bd9e56
commit 9cc02d1498
3 changed files with 19 additions and 90 deletions

3
tmux.h
View File

@@ -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. */