view src/readline-0-003-fix-typo-when-specifying-readli.patch @ 7042:142471155843

readline: update to 8.2 patch level 10 Add upstream patches for readline. * dist-files.mk: Update list with new patches.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 17 Jan 2024 14:32:33 +0100
parents 5f2c92da4d9c
children
line wrap: on
line source

From ba77167d33ba8eca87f1315c39f4181cc1e7aeae Mon Sep 17 00:00:00 2001
From: Chet Ramey <chet.ramey@case.edu>
Date: Fri, 17 Nov 2023 16:01:56 -0500
Subject: [PATCH 03/10] Readline-8.2 patch 3: fix typo when specifying
 readline's custom color prefix

---
 colors.c   | 2 +-
 patchlevel | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/colors.c b/colors.c
index dba81a2..4212c64 100644
--- a/colors.c
+++ b/colors.c
@@ -73,7 +73,7 @@
 static bool is_colored (enum indicator_no type);
 static void restore_default_color (void);
 
-#define RL_COLOR_PREFIX_EXTENSION	"readline-colored-completion-prefix"
+#define RL_COLOR_PREFIX_EXTENSION	".readline-colored-completion-prefix"
 
 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
 
diff --git a/patchlevel b/patchlevel
index 7cbda82..ce3e355 100644
--- a/patchlevel
+++ b/patchlevel
@@ -1,3 +1,3 @@
 # Do not edit -- exists only for use by patch
 
-2
+3
-- 
2.38.0.windows.1