rm-hull / byok

A bare-metal x86 Forth interpreter & compiler
MIT License
56 stars 11 forks source link

Tab completion bug - cycling over choices #16

Closed rm-hull closed 9 years ago

rm-hull commented 9 years ago

Enter D<tab> and cycle round all the words beginning with D. Clear the line, enter S<tab> and cycle round all the words beginning with S, eventually it will revert to words beginning with D.

Not sure if the error is with readline or the completer function

rm-hull commented 9 years ago

Fixed by 8130b82db348546003a7035c4f36e3be38ae7d9c ... probably