| Server IP : 217.160.0.135 / Your IP : 216.73.217.25 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/prompt_toolkit/output/__pycache__/ |
Upload File : |
�
�Ï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 �"