troglobit / editline

A small replacement for GNU readline() for UNIX
https://troglobit.com/projects/editline/
Other
281 stars 58 forks source link

Need to press CTRL+Z twice to have process (that consumes editline) to go in the background #52

Closed lilastic closed 3 years ago

lilastic commented 3 years ago

The title says it all - thanks! :)

troglobit commented 3 years ago

There's a build option to configure called --enable-sigstop, if I enable that and try one of the examples, e.g. ./examples/cli, I can successfully stop the process with Ctrl-Z.

Closing, not an issue.