[hackers] [PATCH] update copyright year

2018-03-28 Thread Daniel Tameling
--- x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.c b/x.c index c343ba2..7df20f0 100644 --- a/x.c +++ b/x.c @@ -1925,7 +1925,7 @@ main(int argc, char *argv[]) opt_embed = EARGF(usage()); break; case 'v': - die("%s "

[hackers] [st] [PATCH] set sel.alt in selstart instead of selextend

2018-03-28 Thread Daniel Tameling
--- When selecting something via doubleclick after entering or leaving the altscreen mode, the selection is not highlighted with st 0.8. But it gets copied to the primary, so the problem is only the highlighting. To reproduce this, enter less and select something with a doubleclick. Afterwards yo