aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/input.c b/input.c
index 351729c7..0e71f656 100644
--- a/input.c
+++ b/input.c
@@ -1779,6 +1779,9 @@ input_csi_dispatch_sgr(struct input_ctx *ictx)
case 27:
gc->attr &= ~GRID_ATTR_REVERSE;
break;
+ case 28:
+ gc->attr &= ~GRID_ATTR_HIDDEN;
+ break;
case 30:
case 31:
case 32: