Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BgYellow (0.08 sec)

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

        }
    
        public Ansi fgMagenta() {
            return this.fg(Color.MAGENTA);
        }
    
        public Ansi fgRed() {
            return this.fg(Color.RED);
        }
    
        public Ansi fgYellow() {
            return this.fg(Color.YELLOW);
        }
    
        public Ansi bg(Color color) {
            attributeOptions.add(color.bg());
            return this;
        }
    
        public Ansi bg(int color) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top