Closed
Description
If we use -n 1000000
to have a very long output (for a story for example),
it stops generating quite fast, after around 30 lines, probably because of this line of code.
It would be nice if we could have longer outputs and also the possibility to have infinite output, stopping only on Ctrl-C
.
We could maybe specify that -n 0
will trigger that infinite output mode.
That issue is a bit related to issue #23