emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43907: closed ([PATCH] gnu: rxvt-unicode: Enable 256 colors)


From: GNU bug Tracking System
Subject: bug#43907: closed ([PATCH] gnu: rxvt-unicode: Enable 256 colors)
Date: Wed, 14 Oct 2020 10:59:01 +0000

Your message dated Wed, 14 Oct 2020 13:57:42 +0300
with message-id <20201014105742.GA1237@E5400>
and subject line Re: [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors
has caused the debbugs.gnu.org bug report #43907,
regarding [PATCH] gnu: rxvt-unicode: Enable 256 colors
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43907: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43907
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#43907] [PATCH] gnu: rxvt-unicode: Enable 256 colors Date: Wed, 14 Oct 2020 13:57:42 +0300
On Sat, Oct 10, 2020 at 04:55:26AM -0500, Josh Hoff wrote:
> I noticed urxvt has a termcap file for rxvt-256color, but that's not
> actually built.
> 

I was curious so I checked, this change increases the size of the final
package by 4097 bytes.

Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]