Update comment

This commit is contained in:
ginnyTheCat
2024-11-26 12:08:58 +01:00
parent 234bf5cc18
commit f6564181db

View File

@ -51,8 +51,8 @@ pub fn style(
// If the cursor is explicitly not visible by terminal mode, we don't render.
if (!state.terminal.modes.get(.cursor_visible)) return null;
// If we're not focused, our cursor is always visible so that
// we can show the hollow box.
// If we're not focused, our cursor is always visible showing the
// specified style.
if (!focused) return Style.fromTerminal(state.terminal.screen.cursor.cursor_style_unfocused);
// If the cursor is blinking and our blink state is not visible,