TermBuf::CursorIO
Inherits IO::Buffered < IO < Reference < Object
Stability: stable — changes only in a major release.
An IO bound to a Cursor.
Unbuffered by default, so what is written has reached the buffer by the time
the call returns and the next paint shows it. An application streaming
enough text for the command traffic to matter can set sync = false, which
gathers writes until a newline or a #flush.
Constructors
new(cursor : Cursor)
SourceInstance methods
Always raises. A cursor is somewhere to put text, not somewhere to get it.