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
After updating iterm to 3.3.0 or 3.3.1 when I run tabset with only a tag name ('tabset foo') the badge and tab colors are set correctly, but does not update the tab title. Running the same tabset command again does work. Running just tabset -t to set the title alone works fine.
I found that swapping the order of calls to setBadge and setTabTitle in tabset.js around line 117 (in the 'if (args.all)' block of current trunk) fixes the problem. I'd be happy to submit this as a pull request, but I feel like I've fixed the problem with no actual understanding of how and why it works so I'm a little reluctant.
The text was updated successfully, but these errors were encountered:
After updating iterm to 3.3.0 or 3.3.1 when I run tabset with only a tag name ('tabset foo') the badge and tab colors are set correctly, but does not update the tab title. Running the same tabset command again does work. Running just tabset -t to set the title alone works fine.
I found that swapping the order of calls to setBadge and setTabTitle in tabset.js around line 117 (in the 'if (args.all)' block of current trunk) fixes the problem. I'd be happy to submit this as a pull request, but I feel like I've fixed the problem with no actual understanding of how and why it works so I'm a little reluctant.
The text was updated successfully, but these errors were encountered: