aboutsummaryrefslogtreecommitdiff
path: root/flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff')
-rw-r--r--flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff b/flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff
new file mode 100644
index 0000000..6d7e376
--- /dev/null
+++ b/flakes/mypackages/overlays/taskwarrior/TW-1778_patch.diff
@@ -0,0 +1,12 @@
1--- a/src/text.cpp 2016-02-24 23:18:11.000000000 +0100
2+++ b/src/text.cpp 2020-02-26 18:53:15.869331031 +0100
3@@ -248,7 +248,7 @@
4 // Premature EOL.
5 if (character == '\n')
6 {
7- line = text.substr (offset, line_length);
8+ line = text.substr (offset, prior_cursor-offset);
9 offset = cursor;
10 return true;
11 }
12