diff options
Diffstat (limited to 'debian/patches/upstream-424f13fe13.diff')
-rw-r--r-- | debian/patches/upstream-424f13fe13.diff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/patches/upstream-424f13fe13.diff b/debian/patches/upstream-424f13fe13.diff index 8a9fa24..729820a 100644 --- a/debian/patches/upstream-424f13fe13.diff +++ b/debian/patches/upstream-424f13fe13.diff @@ -1,10 +1,13 @@ commit 424f13fe13036e75b1c80e7751b81529f4cd8e15 Author: Nicholas Marriott <nicholas.marriott@gmail.com> Date: Wed Apr 10 07:15:21 2024 +0000 +Forwarded: not-needed Do not get muddled and crash if focusing a pane that is exiting, reported by Saul Nogueras in GitHub issue 3776. +Origin: upstream, https://github.com/tmux/tmux/commit/424f13fe13036e75b1c80e7751b81529f4cd8e15 + diff --git a/window.c b/window.c index 43c272bc8e..d53c606e07 100644 --- a/window.c |