Re: [hackers] [sent] [PATCH] Add toggle fullscreen shortcut: f

2018-03-28 Thread Héctor Monacci
2018-03-28 5:54 GMT-03:00 Markus Teich >> Thank you Markus! Sure I can wait! > > > Cool, please resend the fixed patch. > Here it goes. I hope it is OK! >From 37637d82867278bad5593db9a2687bc95c1bdb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20M=2E=20Monacci?=

[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

[hackers] [slstatus] Format error messages properly || Aaron Marcher

2018-03-28 Thread git
commit faa52bdcc0221de2d8fae950e409a8ac5e05bfcd Author: Aaron Marcher AuthorDate: Wed Mar 28 19:46:27 2018 +0200 Commit: Aaron Marcher CommitDate: Wed Mar 28 19:46:27 2018 +0200 Format error messages properly Make use of strerror(errno) and

[hackers] [slstatus] Remove program name from error messages || Aaron Marcher

2018-03-28 Thread git
commit 2289798b6d3565d96cc81d5208c50afa2010e296 Author: Aaron Marcher AuthorDate: Wed Mar 28 18:49:27 2018 +0200 Commit: Aaron Marcher CommitDate: Wed Mar 28 18:49:27 2018 +0200 Remove program name from error messages diff --git a/slstatus.c

[hackers] [slstatus] Get rid of err.h as it is not portable || Aaron Marcher

2018-03-28 Thread git
commit 96f3a8a54eeb3b2294ed953dad8b15349f3e2703 Author: Aaron Marcher AuthorDate: Wed Mar 28 18:26:56 2018 +0200 Commit: Aaron Marcher CommitDate: Wed Mar 28 18:26:56 2018 +0200 Get rid of err.h as it is not portable Replace warn() and

Re: [hackers] [sent] [PATCH] Add toggle fullscreen shortcut: f

2018-03-28 Thread Markus Teich
Am 2018-03-20 23:13, schrieb Héctor Monacci: 2018-03-20 6:56 GMT-03:00 Markus Teich : The patch is borderline feature-creep, but still fine. As mentioned earlier I currently don't have access to my key, so if no one else want's to do the honor (feel free to!), the