quitArmResetMsg fires ~3s after Ctrl+C arms the quit: if not already quit or re-armed, clear the hint from the status bar.
| 355 | // earlier sessions. Loaded entries carry no chip metadata (the on-disk |
| 356 | // format stores expanded text only), so a recalled multi-line paste |
| 357 | // appears uncollapsed, the right tradeoff for a cat-friendly history file. |
| 358 | m.promptHistory = loadPromptHistory(cfg.Dir) |
| 359 | return m |
| 360 | } |
nothing calls this directly
no outgoing calls
no test coverage detected