summaryrefslogtreecommitdiff
path: root/cmd2/rl_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Addressing code review commentsKevin Van Brunt2018-09-251-5/+9
|
* Removed more terminal code from coverageKevin Van Brunt2018-09-251-13/+13
|
* Removed terminal functions from code coverageKevin Van Brunt2018-09-251-1/+1
|
* Made sure all prompts sent to GNU readline are made safeKevin Van Brunt2018-09-211-2/+32
|
* More code to support asynchronous changes to the terminalKevin Van Brunt2018-09-191-20/+36
|
* Made common function to clear input lines in the terminalKevin Van Brunt2018-09-191-0/+1
|
* Wrote a prompt updater exampleKevin Van Brunt2018-09-191-0/+14
|
* Wrote function and test command to print alertsKevin Van Brunt2018-09-191-1/+44
|
* Corrected how we force a redisplay in pyreadlineKevin Van Brunt2018-06-221-4/+6
|
* Added tab completion of Python identifiers when running the Python consoleKevin Van Brunt2018-05-231-2/+11
|
* Stopped sharing history between cmd2 and python consoleKevin Van Brunt2018-05-231-0/+23
|
* Added warning if tab completion will be disabled. Not allowing libeditKevin Van Brunt2018-05-071-4/+6
|
* Started adding type hintsTodd Leonhardt2018-04-191-5/+1
|
* Identified and marked a few blocks of code that can't be reached during unit ↵Eric Lin2018-04-191-3/+4
| | | | tests due to the lack of a real terminal. Some more comments.
* Addresses comments on #362Eric Lin2018-04-191-1/+3
|
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-0/+63
Updated AutoCompleter (#349) to match new directory structure from packaging effort.