'-eth' might sound good to a native English speaker but will
probably confuse everyone else.
---
join.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/join.1 b/join.1
index 66d782f..1b15e7d 100644
--- a/join.1
+++ b/join.1
@@ -38,11 +38,11 @@ then the remaining fields from
---
join.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/join.c b/join.c
index cdfdb1f..2522404 100644
--- a/join.c
+++ b/join.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include
#include
#include
--
2.3.5
This patch also prevents sel.mode from increasing beyond 2. It is almost
impossible, but sel.mode may overflow if mouse is moved around for too
long while selecting.
---
st.c | 23 ++-
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/st.c b/st.c
index 43fdbb3..9b1