Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923294 - Allow setting window titles with TERM=wezterm
Summary: Allow setting window titles with TERM=wezterm
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-29 21:11 UTC by Jonas Rakebrandt
Modified: 2024-01-29 21:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch adding wezterm to _legal_terms_re (wezterm.patch,537 bytes, patch)
2024-01-29 21:11 UTC, Jonas Rakebrandt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Rakebrandt 2024-01-29 21:11:51 UTC
Created attachment 883653 [details, diff]
Patch adding wezterm to _legal_terms_re

If WezTerm is configured to use its own "wezterm" terminfo (as described here https://wezfurlong.org/wezterm/config/lua/config/term.html) portage doesn't display status messages in the title even though it is supported.

Could this be added to upstream portage? As far as I can tell all that's needed is in the attached patch.