Support HIDDEN cells
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
This commit is contained in:
parent
7f5736f56a
commit
bb95e28899
1 changed files with 4 additions and 0 deletions
|
|
@ -491,6 +491,10 @@ impl Terminal {
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if indexed.cell.flags.contains(Flags::HIDDEN) {
|
||||||
|
fg = bg;
|
||||||
|
}
|
||||||
|
|
||||||
// Change color if cursor
|
// Change color if cursor
|
||||||
if indexed.point == grid.cursor.point {
|
if indexed.point == grid.cursor.point {
|
||||||
//TODO: better handling of cursor
|
//TODO: better handling of cursor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue