This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 83f5f043f61b camel-jbang - camel get history use jline to make it mode 
better
83f5f043f61b is described below

commit 83f5f043f61bbfb3c79c7fc279ba7b7dc27c1246
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 11 14:19:04 2025 +0100

    camel-jbang - camel get history use jline to make it mode better
---
 .../apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java
index e80bc2bea8c7..0128898bb668 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java
@@ -338,6 +338,7 @@ public class CamelHistoryAction extends ActionWatchCommand {
         var normal = AttributedStyle.DEFAULT;
         var select = AttributedStyle.DEFAULT
                 .background(loggingColor ? AttributedStyle.BLUE : 
AttributedStyle.BRIGHT)
+                .foreground(AttributedStyle.WHITE)
                 .bold();
 
         // calculate the max width from all the message traces

Reply via email to