micropython/shared/readline
Fin Maaß a8b71559cf shared/readline: Handle \r and \n correctly as a newline.
The old code was only handling `\r` and ignoring `\n`, which is a problem
for systems that only send `\n` as a newline.  This commit handles it
better, supporting both characters.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
2026-02-12 14:32:50 +11:00
..
readline.c shared/readline: Handle \r and \n correctly as a newline. 2026-02-12 14:32:50 +11:00
readline.h shared: Introduce new top-level dir and move 1st party lib code there. 2021-07-12 17:07:36 +10:00