Do not sanitize title when popping it from stack, also add a limit to

number of pushed titles.
This commit is contained in:
nicm
2026-05-05 13:18:46 +00:00
parent 1fbd00e1e8
commit 518fcf7e03
2 changed files with 16 additions and 3 deletions

1
tmux.h
View File

@@ -979,6 +979,7 @@ struct screen {
char *title;
char *path;
struct screen_titles *titles;
u_int ntitles;
struct grid *grid; /* grid data */