Class MingwSupport

java.lang.Object
org.fusesource.jansi.internal.MingwSupport

public class MingwSupport extends Object
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 Details

    • MingwSupport

      public MingwSupport()
  • Method Details

    • getConsoleName

      public String getConsoleName(boolean stdout)
    • getTerminalWidth

      public int getTerminalWidth(String name)