Use python in secureCRT and press the backspace key Delete^H appears
phenomenon
secureCRT logs in to the host, in python When you press the delete key in the shell, the ^H character appears.
Python 3.4.3 (default, Oct 8 2015, 17:58:21) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linuxType "help", "copyright", "credits" or "license" for more information. >>> >>> import requests >>> >>> import d ^H^H
Solution Modify the following information of session options or global options, and check the two boxes in "Other Mappings".
The above is the detailed content of Detailed explanation of using python to delete the appearance by pressing the backspace key in secureCRT. For more information, please follow other related articles on the PHP Chinese website!