tonerdo / readline

A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810 stars 77 forks source link

If AutoCompletionHandler is null, tab should insert a tab character #54

Open alexrp opened 5 years ago

alexrp commented 5 years ago

This is in line with how some REPLs work, e.g. Python.