This is a very strange problem that came up recently. The specific phenomenon is that:
unable to enter any characters in terminal.
following issue#21 import readline added in ml_terminal.py, any characters still cannot be entered in the terminal. But if Enter pressed, there will be output in the terminal corresponding the the input command. This means that in fact the entered commands are indeed read and run, but not displayed correctly in the terminal.
It has been tested in different OS (Ubuntu, MacOS and Windows), but this bug only appears in Ubuntu. In fact, I tested the plugin on two different computers with Ubuntu, both have the same problem.
Following is relative information:
Ubuntu 22.10
Visual Studio Code 1.75.1
Matlab Iterative Terminal 0.4.0
MATLAB 2022b
Python 3.9.12
All procedure to install the plugin have been done correctly, and the plugin worked well before.
This is a very strange problem that came up recently. The specific phenomenon is that:
import readline
added inml_terminal.py
, any characters still cannot be entered in the terminal. But if Enter pressed, there will be output in the terminal corresponding the the input command. This means that in fact the entered commands are indeed read and run, but not displayed correctly in the terminal.It has been tested in different OS (Ubuntu, MacOS and Windows), but this bug only appears in Ubuntu. In fact, I tested the plugin on two different computers with Ubuntu, both have the same problem.
Following is relative information:
All procedure to install the plugin have been done correctly, and the plugin worked well before.
Please reply if more detail is required.