fix: type definitions for MuxTab pane info and PaneInformation#108
Merged
Conversation
Owner
|
@lalvarezt One minute, just came back home. Will review soon. |
DrKJeff16
requested changes
Feb 20, 2026
9f5d6f0 to
6aab2f5
Compare
DrKJeff16
requested changes
Feb 20, 2026
MuxTab pane info and PaneInformation
MuxTab pane info and PaneInformationMuxTab pane info and PaneInformation
DrKJeff16
reviewed
Feb 20, 2026
DrKJeff16
approved these changes
Feb 20, 2026
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Co-authored-by: Guennadi Maximov C <g.maxc.fox@protonmail.com> Signed-off-by: LM <lalvarezt89@gmail.com>
Co-authored-by: Guennadi Maximov C <g.maxc.fox@protonmail.com> Signed-off-by: LM <lalvarezt89@gmail.com>
…g information also added references to the source material
ad3ee90 to
320bde6
Compare
Owner
|
LGTM. Thank you for contributing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
MuxTab.PaneInfoand changedMuxTab:panes_with_info()to returnMuxTab.PaneInfo[].PaneInformationwith upstream fields by addingforeground_process_name,current_working_dir,has_unseen_output,domain_name, andtty_name.PaneProgresswith return type options and updatedPaneInformation.progressandPane:get_progress()to use it.wezterm.on("format-window-title", ...)callback typing to useTabInformation/PaneInformationpayloads.Source(s)
MuxTab:panes_with_info()structure andpanefield:PaneInformationfield accessors:format-window-titlecallback parameter shapes:Description (Optional)
see above
Screenshots Or Code Snippets (Optional)
not applicable