supertux icon indicating copy to clipboard operation
supertux copied to clipboard

Separate `StreamLineBuffer` from `ConsoleBuffer`

Open Vankata453 opened this issue 1 year ago • 0 comments

Moves the line buffering functionality of ConsoleBuffer to a base class.

This simplifies the code a little bit, as well as allows using the line buffering functionality of ConsoleBuffer separately, if needed.

(I thought I'd need this to implement a feature, however, turns out I don't. It could still be implemented as a code improvement, though.)

Vankata453 avatar Jul 13 '24 14:07 Vankata453