Skip to content

Commit 2c6b11b

Browse files
committed
fix DECSCUSR
1 parent dc57083 commit 2c6b11b

File tree

1 file changed

+0
-5
lines changed
  • rio-backend/src/crosswords

1 file changed

+0
-5
lines changed

rio-backend/src/crosswords/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,11 +1171,6 @@ impl<U: EventListener> Crosswords<U> {
11711171
content = CursorShape::Hidden;
11721172
}
11731173

1174-
// If is not using app cursor then use default
1175-
if content != CursorShape::Hidden && !self.mode.contains(Mode::ALT_SCREEN) {
1176-
content = self.default_cursor_shape;
1177-
}
1178-
11791174
CursorState { pos, content }
11801175
}
11811176

0 commit comments

Comments
 (0)