Skip to content

class NoAnsi is missing override methods #215

@cbcmg

Description

@cbcmg

NoAnsi has

public Ansi fg(Color color) {return this;}

but not

public Ansi fgRgb(int color){return this;}

which means when Ansi.setEnabled(false) and e.g. println(ansi().fgRgb(0x808080).a(x).reset() escape sequences are still output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions