claude.nagdy.me

Show native terminal cursor

Set CLAUDE_CODE_NATIVE_CURSOR=1 to show the terminal's own cursor at the input caret instead of Claude Code's drawn block. The cursor then respects the terminal's blink, shape, and focus settings.

bash
# Show the terminal's own cursor at the input caret
export CLAUDE_CODE_NATIVE_CURSOR=1
claude
View Full Module