aboutsummaryrefslogtreecommitdiff
path: root/lib/mp-readline/readline.h
AgeCommit message (Collapse)Author
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
Disabled by default. Adds 108 bytes to Thumb2 arch when enabled.
2015-05-27lib/mp-readline: Export readline_push_history function.Damien George
2015-04-29mp-readline: Save "prompt" string in readline state.Damien George
2015-01-12py: Allow to compile with -Wstrict-prototypes.Damien George
2015-01-12lib/mp-readline: Refactor to support coroutine/event-driven usage.Paul Sokolovsky
readline_process_char() can be fed character by character, for example, received from external event loop. This will allow to integrate MicroPython into cooperative multitasking systems.
2015-01-12stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky