Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getNumericCapability (0.1 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java

            @Override
            protected void commandStyle(LineReader reader, AttributedStringBuilder sb, boolean enable) {
                if (enable) {
                    if (reader.getTerminal().getNumericCapability(InfoCmp.Capability.max_colors) >= 256) {
                        sb.style(AttributedStyle.DEFAULT.bold().foreground(69));
                    } else {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 10.1K bytes
    - Click Count (0)
Back to Top