Class TerminalWidth
java.lang.Object
net.sourceforge.argparse4j.internal.TerminalWidth
Returns the column width of the command line terminal from which this program
was started. Typically the column width is around 80 characters or so.
Currently works on Linux and OSX.
Returns -1 if the column width cannot be determined for some reason.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TerminalWidth
public TerminalWidth()
-
-
Method Details
-
main
-
getTerminalWidth
public int getTerminalWidth()
-