rkd77 / elinks

Fork of elinks
Other
349 stars 38 forks source link

can not resume once put into background with ctrl+z #65

Closed richardpl closed 4 years ago

richardpl commented 4 years ago

This happens with bash shell. Using fg to bring process back make it stuck.

rkd77 commented 4 years ago

I broke something in libevent related code. elinks -no-libevent or built --without-libevent --without-libev should not have this bug.

rkd77 commented 4 years ago

Could you check various builds. --with-libev --without-libevent and --without-libev --with-libevent ?

richardpl commented 4 years ago

That commit fixed it for me.

rkd77 commented 4 years ago

@richardpl could you close this issue? Reporters close issues here.