Class AbstractTerminals

    • Constructor Detail

      • AbstractTerminals

        public AbstractTerminals()
    • Method Detail

      • withAnsiOutput

        public Terminals withAnsiOutput()
        Description copied from interface: Terminals
        Returns a copy of this terminal access that forces terminal output to use ANSI escape sequences. This can be used to force rich terminal output when not attached to a terminal.

        Terminal input is not changed.

        Specified by:
        withAnsiOutput in interface Terminals