Skip to content

Provide fallback for title; set title in idle#999

Open
jeremypw wants to merge 4 commits intomainfrom
jeremypw/fix-possible-blank-title
Open

Provide fallback for title; set title in idle#999
jeremypw wants to merge 4 commits intomainfrom
jeremypw/fix-possible-blank-title

Conversation

@jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Feb 19, 2026

Fixes #992
Fixes #1002

Due to a suspected race condition in the "selected-page" handler, the window title is set later (in a pre-existing Idle). Also a fallback for the title is now provided so it should never be blank.

It appears the check_for_tabs_with_same_name function used to update the window title but that is no longer the case. The window title is now explicitly updated in the cwd change handler.

@jeremypw jeremypw marked this pull request as ready for review February 23, 2026 11:41
@jeremypw jeremypw requested a review from a team February 23, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Window title does not refresh after cd until tab focus changes Window title can be blank on new tab until tab switch

1 participant