Package org.fusesource.jansi.internal
Class MingwSupport
- java.lang.Object
-
- org.fusesource.jansi.internal.MingwSupport
-
public class MingwSupport extends java.lang.ObjectSupport 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 callingstty.exeandtty.exeto obtain the terminal name and width.
-
-
Constructor Summary
Constructors Constructor Description MingwSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConsoleName(boolean stdout)intgetTerminalWidth(java.lang.String name)
-