commit 5aad710b48fde8f161ad5fa19621da470ccc68c5
parent d375600ebf12801cf662a5aefe03a7e7cd17dffd
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date: Wed, 5 Oct 2022 20:20:03 +0900
merge from suckless.org
Merge https://git.suckless.org/st
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/FAQ b/FAQ
@@ -248,3 +248,6 @@ fonts:
Please don't bother reporting this bug to st, but notify the upstream Xft
developers about fixing this bug.
+
+As of 2022-09-05 this now seems to be finally fixed in libXft 2.3.5:
+https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
diff --git a/config.mk b/config.mk
@@ -1,5 +1,5 @@
# st version
-VERSION = 0.8.5
+VERSION = 0.9
# Customize below to fit your system
diff --git a/st.c b/st.c
@@ -939,7 +939,7 @@ ttyresize(int tw, int th)
}
void
-ttyhangup()
+ttyhangup(void)
{
/* Send SIGHUP to shell */
kill(pid, SIGHUP);