This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch jline in repository https://gitbox.apache.org/repos/asf/camel.git
commit a355d17e20444b3caf01e403d2e3cbb821a84fe6 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Dec 11 10:49:02 2025 +0100 camel-jbang - camel get history use jline to make it mode better --- .../apache/camel/dsl/jbang/core/commands/action/CamelHistoryAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c282000f6924..b592cdae913e 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 @@ -323,7 +323,7 @@ public class CamelHistoryAction extends ActionWatchCommand { var faint = AttributedStyle.DEFAULT.faint(); var normal = AttributedStyle.DEFAULT; var select = AttributedStyle.DEFAULT - .background(loggingColor ? AttributedStyle.YELLOW : AttributedStyle.BRIGHT) + .background(loggingColor ? AttributedStyle.BLUE : AttributedStyle.BRIGHT) .bold(); // calculate the max width from all the message traces
