java.lang.Object | |
↳ | jline.console.CursorBuffer |
A holder for a StringBuilder that also contains the current cursor position.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
buffer | |||||||||||
cursor |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Write the specific character into the buffer, setting the cursor position
ahead one.
| |||||||||||
Insert the specified chars into the buffer, setting the cursor to the end of the insertion point.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Write the specific character into the buffer, setting the cursor position
ahead one. The text may overwrite or insert based on the current setting
of isOverTyping()
.
c | the character to insert |
---|
Insert the specified chars into the buffer, setting the cursor to the end of the insertion point.