summarylogtreecommitdiffstats
path: root/24-bit-color.patch
diff options
context:
space:
mode:
authorRosy2023-09-14 19:56:50 +1200
committerRosy2023-09-14 19:56:50 +1200
commit63fce28af2f35d8c6bf456cc85e9036f0a927e4a (patch)
treea2f65a6cfcf4cb54789842eeb9ad433cfd0a078e /24-bit-color.patch
parentd8ef43c09d2bbf174037de80344bece98c6b8212 (diff)
downloadaur-rxvt-unicode-truecolor.tar.gz
removed old workaround for ncurses, added docs build back
Diffstat (limited to '24-bit-color.patch')
-rw-r--r--24-bit-color.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/24-bit-color.patch b/24-bit-color.patch
index d1fedcc8a61b..5671bc8b4845 100644
--- a/24-bit-color.patch
+++ b/24-bit-color.patch
@@ -955,27 +955,3 @@
+ gcvalue.foreground = term->lookup_color(Color_border, term->pix_colors_focused);
ShadowGC = XCreateGC (term->dpy, win, GCForeground, &gcvalue);
}
-
---- Makefile.in
-+++ Makefile.in
-@@ -27,9 +27,9 @@
- first_rule: all
- dummy:
-
--subdirs = src doc
-+subdirs = src
-
--RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install
-+RECURSIVE_TARGETS = all allbin tags clean distclean realclean install
-
- #-------------------------------------------------------------------------
-
-@@ -68,7 +68,7 @@
- rm -f Makefile
-
- distdir:
-- cd doc && $(MAKE) distdepend
-+ #cd doc && $(MAKE) distdepend
- cd src && $(MAKE) depend
- rm -rf $(VERNAME)
- mkdir $(VERNAME)