summaryrefslogtreecommitdiff
path: root/sysutils/tmux/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-04-30 13:39:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-04-30 13:39:10 +0000
commiteb1fe8ac1d3b68a0f402223188396d126943880f (patch)
tree03827b78f6fcdd18a2420e91241d155d691d1a28 /sysutils/tmux/files
parentdeskutils/lumina-pdf, deskutils/lumina-calculator: incorrect definition of i1... (diff)
Update to 3.1.
Changes: https://raw.githubusercontent.com/tmux/tmux/3.1/CHANGES
Notes
Notes: svn path=/head/; revision=533426
Diffstat (limited to 'sysutils/tmux/files')
-rw-r--r--sysutils/tmux/files/extra-patch-tty-keys.c4
-rw-r--r--sysutils/tmux/files/patch-spawn.c23
2 files changed, 2 insertions, 25 deletions
diff --git a/sysutils/tmux/files/extra-patch-tty-keys.c b/sysutils/tmux/files/extra-patch-tty-keys.c
index e5ba76024e33..89d568168a62 100644
--- a/sysutils/tmux/files/extra-patch-tty-keys.c
+++ b/sysutils/tmux/files/extra-patch-tty-keys.c
@@ -1,6 +1,6 @@
---- tty-keys.c.orig 2019-05-01 06:07:32 UTC
+--- tty-keys.c.orig 2020-04-24 08:57:17 UTC
+++ tty-keys.c
-@@ -704,8 +704,6 @@ complete_key:
+@@ -719,8 +719,6 @@ complete_key:
* used. termios should have a better idea.
*/
bspace = tty->tio.c_cc[VERASE];
diff --git a/sysutils/tmux/files/patch-spawn.c b/sysutils/tmux/files/patch-spawn.c
deleted file mode 100644
index 97adfa7bfcce..000000000000
--- a/sysutils/tmux/files/patch-spawn.c
+++ /dev/null
@@ -1,23 +0,0 @@
-From 54efe337993b5571728a09b247c7f39d493659a8 Mon Sep 17 00:00:00 2001
-From: Nicholas Marriott <nicholas.marriott@gmail.com>
-Date: Wed, 18 Dec 2019 15:58:06 +0000
-Subject: [PATCH] Add back utempter code, reported by Peter Schellenbach.
-
---- spawn.c.orig 2019-12-01 08:47:31 UTC
-+++ spawn.c
-@@ -424,6 +424,15 @@ spawn_pane(struct spawn_context *sc, char **cause)
- _exit(1);
-
- complete:
-+#ifdef HAVE_UTEMPTER
-+ if (~new_wp->flags & PANE_EMPTY) {
-+ xasprintf(&cp, "tmux(%lu).%%%u", (long)getpid(), new_wp->id);
-+ utempter_add_record(new_wp->fd, cp);
-+ kill(getpid(), SIGCHLD);
-+ free(cp);
-+ }
-+#endif
-+
- new_wp->pipe_off = 0;
- new_wp->flags &= ~PANE_EXITED;
-