[hackers] [slock][PATCH] Adds keypress feedback patch in slock

2020-08-03 Thread Akshay Nair
--- config.def.h | 16 slock.c | 46 -- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 9855e21..29734e2 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,23 @@ static const

[hackers] (No Subject)

2020-08-03 Thread akshay.n0
Empty Message

[hackers] [slock][PATCH] Adds keypress feedback patch in slock

2020-08-03 Thread Akshay Nair
--- config.def.h | 16 slock.c | 43 +-- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 9855e21..29734e2 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,23 @@ static const char

Re: [hackers] [PATCH v2 2/2] cleaned up code style, fixed buffer overflow in layers configuration, added a printdbg function.

2020-08-03 Thread Hiltjo Posthuma
On Sun, Aug 02, 2020 at 08:57:06PM +0200, Maarten van Gompel wrote: > --- > svkbd.c | 102 ++-- > 1 file changed, 55 insertions(+), 47 deletions(-) > > diff --git a/svkbd.c b/svkbd.c > index 1ff77f9..132a52d 100644 > --- a/svkbd.c > +++