[hackers] [lchat] copyright update || Jan Klemkow

2022-10-09 Thread git
commit 1971dd4cb092a1d603d41bc35cb5b6425394d194 Author: Jan Klemkow AuthorDate: Sun Oct 9 23:44:18 2022 +0200 Commit: Jan Klemkow CommitDate: Sun Oct 9 23:44:18 2022 +0200 copyright update diff --git a/lchat.c b/lchat.c index 9725124..00a1f95 100644 --- a/lchat.c +++ b/lchat.c @@ -1

Re: [hackers] [lchat] minor cleanup and adjustments || Tom Schwindl

2022-10-09 Thread Jan Klemkow
Hi NRK, On Sun, Oct 09, 2022 at 11:42:58AM +0600, NRK wrote: > > @@ -48,6 +48,14 @@ sigwinch(int sig) > > static void > > exit_handler(void) > > { > > + char *title = getenv("TERM"); > > + > > + /* reset terminal's window name */ > > + if (strncmp(title, "screen", 6) == 0) > > +

[hackers] [lchat] refactor printing of terminal title || Jan Klemkow

2022-10-09 Thread git
commit e821ed80afb2e4c922c000dbe59043064096516b Author: Jan Klemkow AuthorDate: Sun Oct 9 23:33:33 2022 +0200 Commit: Jan Klemkow CommitDate: Sun Oct 9 23:33:33 2022 +0200 refactor printing of terminal title - fix segmentation fault reported by NRK - remove redundant

[hackers] [lchat] update libgrapheme to version 2.0.1 || Jan Klemkow

2022-10-09 Thread git
commit 91579d79ea33b7f14db6b8187255971b467f2553 Author: Jan Klemkow AuthorDate: Sun Oct 9 22:41:59 2022 +0200 Commit: Jan Klemkow CommitDate: Sun Oct 9 22:41:59 2022 +0200 update libgrapheme to version 2.0.1 suggested by Tom Schwindl diff --git a/slackline.c b/slackline.c

Re: [hackers] [sic] bump version to 1.4 || Hiltjo Posthuma

2022-10-09 Thread Hiltjo Posthuma
On Sun, Oct 09, 2022 at 07:26:35PM +0200, Joerg Jung wrote: >I wonder why this does not show up here? > >[1]http://git.suckless.org/sic/ > >On 4. Oct 2022, at 19:29, [2]g...@suckless.org wrote: > >commit d028623f079c5c8fcdcc9ed9925a0d79dfd2c940 >Author: Hiltjo Posthuma <[

Re: [hackers] [sic] bump version to 1.4 || Hiltjo Posthuma

2022-10-09 Thread Joerg Jung
I wonder why this does not show up here? http://git.suckless.org/sic/ > On 4. Oct 2022, at 19:29, g...@suckless.org wrote: > > commit d028623f079c5c8fcdcc9ed9925a0d79dfd2c940 > Author: Hiltjo Posthuma > AuthorDate: Tue Oct 4 19:28:52 2022 +0200 > Commit: Hi

[hackers] [libgrapheme] Bump to version 2.0.1 || Laslo Hunhold

2022-10-09 Thread git
commit 858c34a1e19bd790510bb918c583cea73487e64e Author: Laslo Hunhold AuthorDate: Sun Oct 9 12:13:42 2022 +0200 Commit: Laslo Hunhold CommitDate: Sun Oct 9 12:14:58 2022 +0200 Bump to version 2.0.1 Hardened the code using static analysis and improved the build system to