libcli icon indicating copy to clipboard operation
libcli copied to clipboard

Buffer and print also what follows the last newline

Open JereLeppanen opened this issue 2 years ago • 0 comments

_print() saves in cli->buffer whatever follows the last newline, but then just throws it away on the next call. Use cli->buffer by copying it in front of the new input.

JereLeppanen avatar Apr 27 '22 16:04 JereLeppanen