##// END OF EJS Templates
reenable multiline history for terminals...
reenable multiline history for terminals Add configuration variable InteractiveShell.multiline_history. If it is True cells spanning multiple lines will be saved in history as a single entry instead of one entry per line, as was the case in ipython < 0.11. closes gh-571
Julian Taylor -
r5011:30eccbc3
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal
tests
__init__.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...