From a424f65df7661d1895c0c009d9aabdb55e147f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Dole=C5=BEal?= Date: Mon, 24 Feb 2020 16:53:44 +0100 Subject: [PATCH] fix paths in patch --- screen-4.8.0-expand-d_xtermosc.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screen-4.8.0-expand-d_xtermosc.patch b/screen-4.8.0-expand-d_xtermosc.patch index 8bd4749..bb64a2a 100644 --- a/screen-4.8.0-expand-d_xtermosc.patch +++ b/screen-4.8.0-expand-d_xtermosc.patch @@ -16,13 +16,13 @@ Related: 68386dfb1fa33471372a8cd2e74686758a2f527b Signed-off-by: Václav Doležal --- - src/display.h | 2 +- + display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/src/display.h b/src/display.h +diff --git a/display.h b/display.h index 459cc5d..4fc2061 100644 ---- a/src/display.h -+++ b/src/display.h +--- a/display.h ++++ b/display.h @@ -112,7 +112,7 @@ struct display int d_mousetrack; /* set when user wants to use mouse even when the window does not */