[dev] [sbase] [PATCH] join manpage: Fix spelling

2015-05-01 Thread Wolfgang Corcoran-Mathe
'-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

[dev] [sbase] [PATCH] join: Add LICENSE header

2015-05-01 Thread Wolfgang Corcoran-Mathe
--- 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

[dev] [PATCH 8/8] Add enumeration for sel.mode

2015-05-01 Thread noname
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