When using tools like the python repl it would be useful for the cli history (up and down arrows) to include stdin buffers entered interactively. For example:
- Navigate to Webassembly.sh and run
python
- Enter a line, for example
2+2, and press enter
- Push the up arrow. Notice that
2+2 is not shown, instead the previously entered python command is shown