From d776129b3ee9fb0b72b69a6c39c7528a7bf01699 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 10 Jun 2024 12:02:57 -0400 Subject: [PATCH] added help text for REMUX_NEW_WINDOW env var --- src/help.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/help.rs b/src/help.rs index fb9e701..6ff28e0 100644 --- a/src/help.rs +++ b/src/help.rs @@ -130,7 +130,12 @@ println!("remux environment variables REMUX_ATTACH_SYMBOL Changes the symbol displayed for attached sessions displayed by the 'list' command. - Default: '*'"), + Default: '*' + +REMUX_NEW_WINDOW + Provides a default window name when creating a session with + the 'new' command, if not empty. + Default: ''"), // not found _ => error::no_help(topic.unwrap())