abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

multiChoice: fix readline config races #62

Closed chessman closed 6 years ago

chessman commented 6 years ago

This PR fixes some races that I found with race detector. Also, I found some races in https://github.com/chzyer/readline, I've made PR there as well: https://github.com/chzyer/readline/pull/131.