acassis commented on PR #19184: URL: https://github.com/apache/nuttx/pull/19184#issuecomment-4761997361
@xiaoxiang781216 so Ctrl+Z will not "freeZe" a process the same way it does on Linux? For example on Linux: ``` $ sleep 10; echo "Finished" ^Z [1]+ Stopped sleep 10 Finished $ echo "I can do something else now" I can do something else now $ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
