ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

Update run_in_terminal_window.sh

Open Silipwn opened this issue 1 year ago • 2 comments

Remove the TERM variable dependency.

Usually, the TERM variable is user's preference.

Silipwn avatar Apr 29 '24 14:04 Silipwn

What environment does this not currently work on master branch?

Ryanf55 avatar Apr 29 '24 22:04 Ryanf55

I can explain my case here.

I usually work in a TMUX environment, but I have the $TERM variable set to tmux-256color to enable full color support. ref

And it's not necessary that you'd have the $SCREEN variable set to screen (Even though that's the default config).
Removing the check for $TERM just makes it easier for everyone to use this.

Silipwn avatar Apr 30 '24 12:04 Silipwn

Fixed the commit message.

peterbarker avatar May 21 '24 05:05 peterbarker