On Tue, Oct 25, 2022 at 10:15:27PM -0400, Greg Reagle wrote:
> From 4ddbbc24d88f11d6ace8535f3feff13941a4add4 Mon Sep 17 00:00:00 2001
> From: Greg Reagle
> Date: Tue, 25 Oct 2022 22:11:12 -0400
> Subject: [PATCH] There are dead links on https://23.fi/jj/. This seems to be
> a more active website
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)
> > +
Hi Laslo,
On Sun, Oct 02, 2022 at 02:37:12AM +0200, Laslo Hunhold wrote:
> On Sun, 2 Oct 2022 02:01:34 +0200 (CEST)
> g...@suckless.org wrote:
>
> > commit dbc8751dc6c034967d2b3133a58a627834992e8c
> > Author: Jan Klemkow
> > AuthorDate: Sun Oct 2 00:59:19 202
On Fri, Jan 29, 2021 at 11:31:31AM +0100, Laslo Hunhold wrote:
> On Thu, 28 Jan 2021 16:06:28 -0300
> Pedro Lucas Porcellis wrote:
>
> > ---
> > README.md | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/README.md b/README.md
> > index 6ece4c0..d3a815f 100644
> > -
On Thu, Jan 28, 2021 at 04:55:58PM +0100, shirenn wrote:
> +uninstall:
> + rm ${BINDIR}/lchat ${MAN1DIR}/lchat.1
> +
Please, add '-f' option, or it will fail if one of the files not exist.
Thanks,
Jan
exit(3) is not async-signal-safe but, _exit(2) is.
This change prevents st to crash and dump core.
---
st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 0ce6ac2..2bf133f 100644
--- a/st.c
+++ b/st.c
@@ -730,7 +730,7 @@ sigchld(int a)
die("ch
On Mon, Jan 06, 2020 at 11:44:19AM -0500, Carlos Torres wrote:
> have you seen tabbed?
This patch is useful in cases you don't use tabbed, but want to have
your image viewer inside you st terminal instead beside of it. There a
users out there on the internet how use the dwm bar as a tabbing
mecha
Without sys/select.h the FD_SET macro and others are undefined.
Manpage and usage now says -k pass.
---
sic.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sic.c b/sic.c
index ecefaf2..7d9c677 100644
--- a/sic.c
+++ b/sic.c
@@ -1,4 +1,6 @@
/* See LICENSE file for licen