Home >Backend Development >Python Tutorial >Detailed explanation of using python to delete the appearance by pressing the backspace key in secureCRT

Detailed explanation of using python to delete the appearance by pressing the backspace key in secureCRT

高洛峰
高洛峰Original
2017-03-26 16:21:102418browse

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".

Detailed explanation of using python to delete the appearance by pressing the backspace key in secureCRT

Detailed explanation of using python to delete the appearance by pressing the backspace key in secureCRT

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn