You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a tmux session I can run commands in the background of an active pane using the run-shell tmux command.
i.e.
:run-shell "echo hi"
outputs hi correctly.
When running ~/.dynamic-colors/bin/dynamic-colors switch solarized-dark in a tmux shell, it works fine as well.
However, when you don't have an interactive command prompt in a tmux session (i.e. when you run a long-running command like irssi in tmux) you need to use the run-shell tmux command.
But using run-shell breaks dynamic-colors. When I run the tmux command:
In a tmux session I can run commands in the background of an active pane using the
run-shell
tmux command.i.e.
outputs
hi
correctly.When running
~/.dynamic-colors/bin/dynamic-colors switch solarized-dark
in a tmux shell, it works fine as well.However, when you don't have an interactive command prompt in a tmux session (i.e. when you run a long-running command like
irssi
in tmux) you need to use therun-shell
tmux command.But using
run-shell
breaks dynamic-colors. When I run the tmux command:I get this output in tmux:
The text was updated successfully, but these errors were encountered: