文件操作 - conemu.cpython-311.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/prompt_toolkit/output/__pycache__/conemu.cpython-311.pyc
编辑文件内容
� �Ïc2 � � � d dl Z e j dk sJ �d dlmZmZmZ d dlmZ ddlm Z ddl mZ ddlm Z dd lmZ d gZ G d� d � � Z e j e� � dS )� N�win32)�Any�Optional�TextIO��Size� )�Output)� ColorDepth)�Vt100_Output)�Win32Output�ConEmuOutputc �b � e Zd ZdZ d dedee ddfd�Zede fd�� � Z dedefd �Z dS )r a ConEmu (Windows) output abstraction. ConEmu is a Windows console application, but it also supports ANSI escape sequences. This output class is actually a proxy to both `Win32Output` and `Vt100_Output`. It uses `Win32Output` for console sizing and scrolling, but all cursor movements and scrolling happens through the `Vt100_Output`. This way, we can have 256 colors in ConEmu and Cmder. Rendering will be even a little faster as well. http://conemu.github.io/ http://gooseberrycreative.com/cmder/ N�stdout�default_color_depth�returnc �b � t ||�� � | _ t |d� |�� � | _ d S )N)r c �"