About this project

This repository contains the source code for the following components: - Windows Terminal: A terminal application for command-line users that includes support for tabs, rich text, globalization, configurability, and theming. - Windows Console Host (conhost.exe): The original Windows command-line experience, which hosts the Windows command-line infrastructure, the Windows Console API server, the input engine, and the rendering engine. It supports features such as background transparency, line-based selection, ANSI/Virtual Terminal sequences, 24-bit color, and Pseudoconsole (ConPTY). - Shared Components: Modernized modules used by both the Terminal and the Console, including a DirectWrite-based text layout and rendering engine, and a text buffer capable of storing both UTF-16 and UTF-8. - ColorTool: A utility included in the repository. - Sample projects: Projects demonstrating how to consume Windows Console APIs.