Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        public Ansi fgBlue() {
            return this.fg(Color.BLUE);
        }
    
        public Ansi fgCyan() {
            return this.fg(Color.CYAN);
        }
    
        public Ansi fgDefault() {
            return this.fg(Color.DEFAULT);
        }
    
        public Ansi fgGreen() {
            return this.fg(Color.GREEN);
        }
    
        public Ansi fgMagenta() {
            return this.fg(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