summaryrefslogtreecommitdiff
path: root/lib/mp-readline/readline.h
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-10-25atmel-samd: Support auto-reset based on USB write activity.Scott Shawcroft
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
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
2015-01-12stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky