Skip to content

bliss: modify the shell loop.

Sebastien Petitdemange requested to merge bliss_shell_loop_patch into master

Don't exit the waiting select if it's not necessary. Register the WINCH signal (terminal re-size) All callback(s) are now queued and started in the main loop. Use the max postpone argument. Insure that the reader task is killed when removed.

Merge request reports