diff options
| author | Michael Forney <mforney@mforney.org> | 2022-10-25 12:18:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-10-25 12:18:22 -0700 |
| commit | ef092b8e2d5e167be0bfaea44dccf6b91257bd55 (patch) | |
| tree | 60ac701a8b51f853860c47e491e9e0d4912fbc63 /pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch | |
| parent | 527fdba7ebd2fd907b004ea68f04945445e4c3db (diff) | |
st: Minor wayland bugfixes
Diffstat (limited to 'pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch')
| -rw-r--r-- | pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch b/pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch index 50ead2f0..f0a0ad7b 100644 --- a/pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch +++ b/pkg/st/patch/0002-Only-send-SIGHUP-on-close-when-using-PTY.patch @@ -1,4 +1,4 @@ -From f33156065dd67520085f307ec90258e62a537571 Mon Sep 17 00:00:00 2001 +From 6ee6144c159551d45f0e02a87b5635c29e48fbbf Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sat, 22 Feb 2020 17:17:01 -0800 Subject: [PATCH] Only send SIGHUP on close when using PTY @@ -10,10 +10,10 @@ the entire process group. 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c -index 4feb1f9..220b29d 100644 +index 913c71b..20a3c3c 100644 --- a/st.c +++ b/st.c -@@ -4324,8 +4324,10 @@ toplevelconfigure(void *data, struct xdg_toplevel *toplevel, int32_t w, int32_t +@@ -4325,8 +4325,10 @@ toplevelconfigure(void *data, struct xdg_toplevel *toplevel, int32_t w, int32_t void toplevelclose(void *data, struct xdg_toplevel *toplevel) { @@ -27,5 +27,5 @@ index 4feb1f9..220b29d 100644 } -- -2.25.1 +2.37.3 |
