Package org.fusesource.jansi.internal
Class MingwSupport
java.lang.Object
org.fusesource.jansi.internal.MingwSupport
Support for MINGW terminals.
Those terminals do not use the underlying windows terminal and there's no CLibrary available
in these environments. We have to rely on calling
stty.exe and tty.exe to
obtain the terminal name and width.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConsoleName(boolean stdout) intgetTerminalWidth(String name)
-
Constructor Details
-
MingwSupport
public MingwSupport()
-
-
Method Details
-
getConsoleName
-
getTerminalWidth
-