Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

        }
    
        public Ansi fgDefault() {
            return this.fg(Color.DEFAULT);
        }
    
        public Ansi fgGreen() {
            return this.fg(Color.GREEN);
        }
    
        public Ansi fgMagenta() {
            return this.fg(Color.MAGENTA);
        }
    
        public Ansi fgRed() {
            return this.fg(Color.RED);
        }
    
        public Ansi fgYellow() {
            return this.fg(Color.YELLOW);
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 23.1K bytes
    - Click Count (0)
Back to Top