Skip to content
  • Paul Sokolovsky's avatar
    unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2). · acaa30b6
    Paul Sokolovsky authored
    MicroPython own readline implementation is superior now by providing
    automatic indentation and completion (completion for GNU Readline was
    never implemented). MICROPY_USE_READLINE=2 also wasn't build for a long
    time and probably broken.
    
    If GNU Readline is still beneficial for some cases, it can be achieved
    with external wrappers like "rlwrap" (there will be the same level of
    functionality, as again, there never was deep integration, like completion
    support).
    acaa30b6