Function run_title_loop
async fn run_title_loop(api: &dyn WindowsApi, console_title: String)Expand description
Keeps the console window title pinned to console_title, since
the SSH child can overwrite it on connect.
ยงArguments
api- The Windows API implementation to use.console_title- The title to (re)apply.