All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jline.terminal.spi.JansiSupport Maven / Gradle / Ivy

There is a newer version: 3.26.3
Show newest version
package org.jline.terminal.spi;

import org.jline.terminal.Attributes;
import org.jline.terminal.Size;
import org.jline.terminal.Terminal;

import java.io.IOException;

public interface JansiSupport {

    Pty current() throws IOException;

    Pty open(Attributes attributes, Size size) throws IOException;

    Terminal winSysTerminal(String name, boolean nativeSignals, Terminal.SignalHandler signalHandler) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy