Ctrl+C now copies selected text within the session resume/picker screen, but only in fullscreen mode
A new wrapper around the resume-conversation and session-picker screens (the "Loading conversations…" and "Resuming conversation…" views) adds support for copying selected terminal text with ctrl+c (or super+c on some systems). Pressing it while text is selected copies that selection, or clears the copy if it was already copied. This behavior is only active when the terminal is running in fullscreen mode.
This lets users copy text they've selected while browsing or resuming past sessions, something that previously wasn't wired up on that particular screen, though only when running in fullscreen mode.