There can be added the <consolepreferences> tag to compile in console-mode specific settings:

The consolepreferences accept nested elements with the option name as its element name:

OptionValue RangeDescriptionDefault
detectTerminal
true | false

Whether to use a JLine ConsoleReader for console mode installations.

true - terminal settings are detected and the output acts according to the recognized terminal size and newline insertion behavior.

true


<consoleprefs>
  <detectTerminal>false</detectTerminal>
</consoleprefs>

Since: 5.0.7