mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-06-15 07:00:20 +02:00
![]() Add a template for the terminal tab title and define two terminal-specific properties: Title which expands to whatever the underlying application requests via OSC and defaults to the command name and Bell which is a boolean indicating whether the application has emitted bell, the flag is cleared when the corresponding tab gains focus and is not set at all if it currently has it. This can among other things be used to highlight the terminal tab when the underlying process prints the bell, such as by setting the template as such: tab-title-terminal={{if .Bell}}[BELL] {{end}}{{.Title}} Implements: https://todo.sr.ht/~rjarry/aerc/138 Changelog-added: A tab-title-terminal setting for customizing the title of tabs in which the terminal widget is run. Requested-by: Drew DeVault <drew@ddevault.org> Signed-off-by: Karel Balej <balejk@matfyz.cz> Acked-by: Robin Jarry <robin@jarry.cc> |
||
---|---|---|
.. | ||
state.go | ||
templates.go | ||
texter.go |