Cache selected state so that cells going from selected to unselected are not

skipped, reported by Omar Sandoval.
This commit is contained in:
nicm
2016-06-06 07:28:52 +00:00
parent 00cf5fbde6
commit aba4438013
2 changed files with 14 additions and 7 deletions

1
tmux.h
View File

@ -642,6 +642,7 @@ enum utf8_state {
#define GRID_FLAG_EXTENDED 0x8
#define GRID_FLAG_FGRGB 0x10
#define GRID_FLAG_BGRGB 0x20
#define GRID_FLAG_SELECTED 0x40
/* Grid line flags. */
#define GRID_LINE_WRAPPED 0x1