Is there a way to break line in remain-on-exit-format? #4198
raphaeltannous
started this conversation in
General
Replies: 1 comment 1 reply
-
It only draws one line right now, you can't have more than one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am using tmux 3.5a, while I was scripting an ssh manager script for tmux. I wanted to be able to add more information in
remain-on-exit-format
on another line.For example:
I tried using
\n
and tried to break the string using\
. I also tried#(echo)
and#(printf "\n")
.I also tried using
remain-on-exit-format[0]
...Is there a way to break a line in only
remain-on-exit-format
, because I don't think it is necessary in other place.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions