From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sDEPD//Zhl+UIAAA0tVLHw (envelope-from ) for ; Wed, 14 Oct 2020 10:59:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OE38Cv/Zhl+aGgAA1q6Kng (envelope-from ) for ; Wed, 14 Oct 2020 10:59:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8658A9401DC for ; Wed, 14 Oct 2020 10:59:10 +0000 (UTC) Received: from localhost ([::1]:53972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSeUu-00006u-To for larch@yhetil.org; Wed, 14 Oct 2020 06:59:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37786) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSeUp-00006R-0C for guix-patches@gnu.org; Wed, 14 Oct 2020 06:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38659) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSeUn-0002BQ-Oe for guix-patches@gnu.org; Wed, 14 Oct 2020 06:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSeUn-0003dl-NE for guix-patches@gnu.org; Wed, 14 Oct 2020 06:59:01 -0400 Subject: bug#43907: [PATCH] gnu: rxvt-unicode: Enable 256 colors Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 14 Oct 2020 10:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43907 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josh Hoff Cc: 43907-done@debbugs.gnu.org Mail-Followup-To: 43907@debbugs.gnu.org, efraim@flashner.co.il, randomenduser@fastmail.com Received: via spool by 43907-done@debbugs.gnu.org id=D43907.160267311013933 (code D ref 43907); Wed, 14 Oct 2020 10:59:01 +0000 Received: (at 43907-done) by debbugs.gnu.org; 14 Oct 2020 10:58:30 +0000 Received: from localhost ([127.0.0.1]:50203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSeUI-0003cf-0c for submit@debbugs.gnu.org; Wed, 14 Oct 2020 06:58:30 -0400 Received: from flashner.co.il ([178.62.234.194]:55650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSeUF-0003cN-Dj for 43907-done@debbugs.gnu.org; Wed, 14 Oct 2020 06:58:29 -0400 Received: from localhost (unknown [147.161.14.86]) by flashner.co.il (Postfix) with ESMTPSA id D0EBF4024B; Wed, 14 Oct 2020 10:58:19 +0000 (UTC) Date: Wed, 14 Oct 2020 13:57:42 +0300 From: Efraim Flashner Message-ID: <20201014105742.GA1237@E5400> References: <20201010095525.31926-1-randomenduser@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20201010095525.31926-1-randomenduser@fastmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: J4ONJQIhsdSw --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 I was curious so I checked, this change increases the size of the final package by 4097 bytes. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+G2aYACgkQQarn3Mo9 g1Fp8xAAnQgR1dFDH9V8HT+7QAh265ImWltF2X0x9Q1LO+nrxHmX+Vu4kgYKuNPX S8hg3td1zIbaUZhDv7ZEb5gNv+zDYI/PtzK0MMsbGgXfiL0CgQahLhluZnWXuwGq 4E1+mLLC03XuF78M84A+QvIwyXf7JUnvJrSLNHCxs65JJVDQI+awR4co3kVVYYZ5 Ln95qyoFlMANXbDYnmPRwukXL9mqLVceX3DUWf+FyJZyEg2uiFzHIcKA7sAdDw4i KhEcdlfCmVWoZ/FNi8PGkWX1wLt0EImMX3n2uzUMfJ9yxr/GzVaeoIp/40cyHASj 1ekKTExAMexW7Hy4iM0zlHdjQJgccZ2ON3pCrJ90wolMuG3blol4qQJMB3Is3PKd x+8gTV82hU4HnMWMx+QwR/Y/w6zVaODwYnUDuDCdbMiVtfNgXRjEwoiAHrj2kB07 2mW8tlh/gRYGGLJq3rcoUjgT6mf7CiWDM7q5O4pE5uMWpuzwI4FCULlW5hUA40lZ gLx7sdWDhS/nikOjXbeYmkTUIV38HSoS2UT+lGToUalZDTOfgAihB7uimJdb3daV E4YcdNfgldGEAQ/aSVom/Nh9QMzp2aicjnOSmMd2LhJ+vmoCWk6/euBSSwaLsS/x S1jhYfzhgDtwKrZ5Vf5CpNC8awyW+iPxsrydGaW6yPWM1KmhYDI= =k5ld -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--