added help text for REMUX_NEW_WINDOW env var
This commit is contained in:
parent
478638d249
commit
087a2fe66e
1 changed files with 6 additions and 1 deletions
|
@ -107,7 +107,12 @@ println!("remux environment variables
|
||||||
REMUX_ATTACH_SYMBOL
|
REMUX_ATTACH_SYMBOL
|
||||||
Changes the symbol displayed for attached sessions displayed
|
Changes the symbol displayed for attached sessions displayed
|
||||||
by the 'list' command.
|
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
|
// not found
|
||||||
_ => error::no_help(topic.unwrap())
|
_ => error::no_help(topic.unwrap())
|
||||||
|
|
Loading…
Reference in a new issue