Add support for -s for cool-retro-term

performance
noctuid 6 years ago
parent b1ba3b6129
commit 14a935ca24

@ -177,6 +177,7 @@ These terminals have been tested with tdrop and support the =-s= and =-a= flags
- Alacritty
- xiate
- [[https://github.com/kovidgoyal/kitty][kitty]]
- cool-retro-term
If your terminal doesn't work with tdrop, feel free to make an issue. Please follow the steps in the [[#troubleshooting][Troubleshooting]] section.

@ -571,7 +571,7 @@ program_start() {
tmuxinator start $session_name || \
tmux new-session -s $session_name'"
# note: st will work with or without the -e flag (like kitty)
if [[ $program =~ ^(urxvt|alacritty|xiatec|st|qterminal$) ]]; then
if [[ $program =~ ^(urxvt|alacritty|xiatec|st|qterminal|cool-retro-term$) ]]; then
program_command="$program_command -e bash -c $tmux_command"
elif [[ $program == kitty ]]; then
program_command="$program_command bash -c $tmux_command"

Loading…
Cancel
Save