Support HIDDEN cells

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
This commit is contained in:
Mohammad AlSaleh 2024-01-04 09:19:09 +03:00 committed by Jeremy Soller
parent 7f5736f56a
commit bb95e28899

View file

@ -491,6 +491,10 @@ impl Terminal {
)
};
if indexed.cell.flags.contains(Flags::HIDDEN) {
fg = bg;
}
// Change color if cursor
if indexed.point == grid.cursor.point {
//TODO: better handling of cursor