Home
last modified time | relevance | path

Searched refs:enableAnsiColor (Results 1 – 2 of 2) sorted by relevance

/dports/java/intellij-pty4j/pty4j-61a48c06c79f13f5766a35bb6af4816f481f0940/src/com/pty4j/windows/
H A DWinPtyProcess.java70 boolean enableAnsiColor) throws IOException { in WinPtyProcess() argument
74 initialColumns, initialRows, enableAnsiColor); in WinPtyProcess()
H A DWinPty.java52 boolean enableAnsiColor) throws WinPtyException, IOException { in WinPty() argument
70 if (enableAnsiColor) { in WinPty()