On 04.05.2025 20:14, dm...@proton.me wrote: > @@ -334,6 +344,9 @@ static void conring_puts(const char *str, size_t len) > > if ( conringp - conringc > conring_size ) > conringc = conringp - conring_size; > + > + if ( notify ) > + tasklet_schedule(&conring_tasklet); > }
Just to re-state my earlier concern: I'm not convinced this belongs in a function named "puts". Jan