From b84e8366ab35d01a4c2351ca8d18853d107bd7d2 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 5 Aug 2021 10:17:38 +0200 Subject: [PATCH] Updating SIXEL comment about uncommenting in config.mk instead of Makefile ref. #35 --- patches.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches.def.h b/patches.def.h index 446c849..9d5b770 100644 --- a/patches.def.h +++ b/patches.def.h @@ -288,7 +288,6 @@ /* This patch adds SIXEL graphics support for st. * Note that patch/sixel.c/sixel_hls.c come from mintty, licensed under GPL. * Known issues: - * - Entering clear causes all sixels to be deleted from scrollback. * - Rendering sixel graphics may cause unusual cursor placement, this is * not specific to this variant of st - the same issue is present in * the xterm implementation. This is likely an issue of sixel height @@ -299,7 +298,7 @@ * A pull request or instructions for how to properly add alpha support for * sixel graphics would be very welcome. * - * Note that you need to uncomment the corresponding lines in Makefile when including this patch. + * Note that you need to uncomment the corresponding lines in config.mk when including this patch. * * https://gist.github.com/saitoha/70e0fdf22e3e8f63ce937c7f7da71809 */