commit 6a46367df4d7c0f607c25d14ba250673dd8e973d
Author: c0dev0id <[email protected]>
Date:   Mon Aug 2 20:39:04 2021 +0200

    [st][patch][openbsd] Add tic extended attributs
    
    Thanks, zombie-jonhathan!

diff --git a/st.suckless.org/patches/openbsd/st-openbsd-20210802-2ec571a.diff 
b/st.suckless.org/patches/openbsd/st-openbsd-20210802-2ec571a.diff
new file mode 100644
index 00000000..f0c75328
--- /dev/null
+++ b/st.suckless.org/patches/openbsd/st-openbsd-20210802-2ec571a.diff
@@ -0,0 +1,40 @@
+From b469a9fa4c142fd6f0d639cecd871f09c4684d62 Mon Sep 17 00:00:00 2001
+From: c0dev0id <[email protected]>
+Date: Mon, 2 Aug 2021 20:35:56 +0200
+Subject: [PATCH] Update patch to current version
+
+---
+ Makefile     | 3 ++-
+ config.def.h | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 470ac86..e61dfe5 100644
+--- a/Makefile
++++ b/Makefile
+@@ -47,7 +47,8 @@ install: st
+       mkdir -p $(DESTDIR)$(MANPREFIX)/man1
+       sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
+       chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
+-      tic -sx st.info
++      sed 's/st\([^t].*\)/st-git\1/g' st.info > st-git.info
++      tic -sx st-git.info
+       @echo Please see the README file regarding the terminfo entry of st.
+
+ uninstall:
+diff --git a/config.def.h b/config.def.h
+index 6f05dce..b98451c 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -74,7 +74,7 @@ static unsigned int cursorthickness = 2;
+ static int bellvolume = 0;
+
+ /* default TERM value */
+-char *termname = "st-256color";
++char *termname = "st-git-256color";
+
+ /*
+  * spaces per tab
+-- 
+2.32.0
+


Reply via email to