--- FAQ | 10 +++++----- config.def.h | 2 +- x.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FAQ b/FAQ index 0f9609d..f5e848c 100644 --- a/FAQ +++ b/FAQ _AT_@ -99,7 +99,7 @@ in TERM. ## I cannot compile st in OpenBSD OpenBSD lacks librt, despite it being mandatory in POSIX -<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>. +<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>. If you want to compile st for OpenBSD you have to remove -lrt from config.mk, and st will compile without any loss of functionality, because all the functions are included in libc on this platform. _AT_@ -163,15 +163,15 @@ terminal users wants its backspace to be how he feels it: connects to my Unix machines from a different system with a correct backspace key. - [1] http://www.ibb.net/~anne/keyboard.html - [2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html + [1] https://web.archive.org/web/20181022000151/http://ibb.net:80/~anne/keyboard.html + [2] https://tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html ## But I really want the old grumpy behaviour of my terminal Apply [1]. -[1] https://st.suckless.org/patches/delkey +[1] https://st.suckless.org/patches/delkey/ ## Why do images not work in st using the w3m image hack? _AT_@ -235,7 +235,7 @@ This is a known bug in Xft (not st) which happens on some platforms and combination of particular fonts and fontconfig settings. See also: -https://gitlab.freedesktop.org/xorg/lib/libxft/issues/6 +https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/6 https://bugs.freedesktop.org/show_bug.cgi?id=107534 https://bugzilla.redhat.com/show_bug.cgi?id=1498269 diff --git a/config.def.h b/config.def.h index 6f05dce..280e086 100644 --- a/config.def.h +++ b/config.def.h _AT_@ -3,7 +3,7 @@ /* * appearance * - * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + * font: see https://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; diff --git a/x.c b/x.c index 120e495..da57946 100644 --- a/x.c +++ b/x.c _AT_@ -1851,7 +1851,7 @@ cmessage(XEvent *e) { /* * See xembed specs - * http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html + * https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html */ if (e->xclient.message_type == xw.xembed && e->xclient.format == 32) { if (e->xclient.data.l[1] == XEMBED_FOCUS_IN) { -- 2.30.0Received on Wed Jan 06 2021 - 13:49:43 CET
This archive was generated by hypermail 2.3.0 : Wed Jan 06 2021 - 21:48:40 CET