Add an option allow-set-title to forbid applications from changing the

pane title, from someone in GitHub issue 3930.
This commit is contained in:
nicm
2024-04-10 07:36:25 +00:00
parent c62a9ca16b
commit 553d4cba79
4 changed files with 18 additions and 2 deletions

2
tmux.h
View File

@ -850,7 +850,7 @@ struct screen_sel;
struct screen_titles;
struct screen {
char *title;
char *path;
char *path;
struct screen_titles *titles;
struct grid *grid; /* grid data */