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

高洛峰
Release: 2017-03-26 16:21:10
Original
2376 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template