[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors
From: |
Josh Hoff |
Subject: |
[bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors |
Date: |
Sat, 10 Oct 2020 04:55:26 -0500 |
I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.
---
gnu/packages/xdisorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5398761c65..fd52722b97 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -985,7 +985,8 @@ compact configuration syntax.")
;; This sets the destination when installing the necessary terminal
;; capability data, which are not provided by 'ncurses'. See
;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
- `(#:make-flags (list (string-append "TERMINFO="
+ `(#:configure-flags (list "--enable-256-color")
+ #:make-flags (list (string-append "TERMINFO="
(assoc-ref %outputs "out")
"/share/terminfo"))
#:phases
--
2.28.0
- [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors,
Josh Hoff <=