Instead of printing a new line when the line is read, the entire line
(including the prompt) will be erased, thereby leaving the screen as it
was before the readLine call.
After writing into the rightmost column, do we immediately
move to the next line (the default)? Or do we wait until
the next character.
If set, an input line that is exactly N*columns wide will
use N screen lines; otherwise it will use N+1 lines.
When the cursor position is the right margin of the last line
(i.e. after N*columns normal characters), if this option
it set, the cursor will be remain on the last line (line N-1,
zero-origin); if unset the cursor will be on the empty next line.
Regardless, for all except the last screen line if the cursor is at
the right margin, it will be shown at the start of the next line.
When hitting the <tab> key at the beginning of the line, insert a tabulation
instead of completing. This is mainly useful when BRACKETED_PASTE is
disabled, so that copy/paste of indented text does not trigger completion.
Instead of printing a new line when the line is read, the entire line
(including the prompt) will be erased, thereby leaving the screen as it
was before the readLine call.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.