7201c57d8c
The single-crashed-session hint printed only 'jcode --resume <id>', so it read as 'memorize this ID or lose the session'. Bare 'jcode --resume' opens a searchable picker and nothing has to be remembered, which the multi-session branch already said but the single-session one did not. Extract the wording into a pure crash_resume_hint_lines() and cover both branches with tests. These lines print to stderr outside the TUI, where nothing asserted on them before.