A 5e storytelling engine with an LLM DM

Correct the pin_to_bottom latency comment to worst case ~4s master

pin_to_bottom's own cursor::position() query and the one compute_inline_size makes inside Terminal::with_options are independent; the second doesn't reuse the first's answer. Each blocks up to 2 seconds, so a slow or unresponsive terminal can make startup wait close to 4 seconds, not the ~2 the earlier comment implied. Code review on task 8 of plan 0008 caught the understatement. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012zSZW6bFzUQTWG37wErsH6


+7
1 changed file