Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bgDefault (0.04 sec)

  1. compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

            attributeOptions.add(g & 0xff);
            attributeOptions.add(b & 0xff);
            return this;
        }
    
        public Ansi bgCyan() {
            return this.bg(Color.CYAN);
        }
    
        public Ansi bgDefault() {
            return this.bg(Color.DEFAULT);
        }
    
        public Ansi bgGreen() {
            return this.bg(Color.GREEN);
        }
    
        public Ansi bgMagenta() {
            return this.bg(Color.MAGENTA);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 23.1K bytes
    - Viewed (0)
Back to top