Class MingwSupport


  • public class MingwSupport
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      MingwSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConsoleName​(boolean stdout)  
      int getTerminalWidth​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MingwSupport

        public MingwSupport()
    • Method Detail

      • getConsoleName

        public java.lang.String getConsoleName​(boolean stdout)
      • getTerminalWidth

        public int getTerminalWidth​(java.lang.String name)