Skip to content

Commit

Permalink
change pane title not window title
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Feb 21, 2024
1 parent f80ff56 commit b9a04b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gay
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def _title() -> Iterator[None]:
def cont(title: str) -> None:
stdout.write("\x1B[0m")
if "TMUX" in environ:
stdout.write(f"\x1Bk{title}\x1B\\")
stdout.write(f"\x1B]2{title}\x1B\\")
else:
stdout.write(f"\x1B]0;{title}\x1B\\")

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
name = gay
url = https://github.com/ms-jpq/gay
version = 1.2.12
version = 1.2.13

[options]
packages =
Expand Down

0 comments on commit b9a04b6

Please sign in to comment.