abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.69k stars 196 forks source link

Replace all readlineGetSize(0) instances with os.Stdout.Fd #87

Closed Napche closed 6 years ago

Napche commented 6 years ago

This merge request fixes exceptions thrown when using multichoice in WINDOWS. It does NOT fix the issue entirely: When using mulitchoice in WINDOWS, the option selection does not work as it should. On each arrow movement the entire list still gets appended.