Add a nesting limit to source-file, from Fadi Afani in GitHub issue

4223.
This commit is contained in:
nicm
2024-12-16 09:13:09 +00:00
parent bec6ce54c1
commit 6b32d195e8
2 changed files with 31 additions and 0 deletions

1
tmux.h
View File

@ -2013,6 +2013,7 @@ struct client {
struct event overlay_timer;
struct client_files files;
u_int source_file_depth;
u_int *clipboard_panes;
u_int clipboard_npanes;