micropython/lib/mp-readline
Daniel Thompson 33252220c7 readline: Allow linefeeds to be used to end lines
Currently readline ignores linefeeds which works well for \r\n (and \r)
data but has problems with linefeed seperations (which, amoung other
things, is used by Gadgetbridge's BangleJS driver.

Add support for executing commands on a linefeed whilst ensuring that
we continue to treat \r\n as a single line.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-07-19 20:41:39 +01:00
..
readline.c readline: Allow linefeeds to be used to end lines 2020-07-19 20:41:39 +01:00
readline.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00