contour icon indicating copy to clipboard operation
contour copied to clipboard

Modern C++ Terminal Emulator

Results 283 contour issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description Contour displays some characters very strangely or not at all. ## Environment - Contour Version or Git commit hash: 2814f42f705756cd2dbaeb8579618801c714c7fd - Operating System (name / distribution / version):...

bug
VT: renderer
fonts
blocker

### Example screenshot: ![image](https://user-images.githubusercontent.com/56763/129557790-c1d34cab-9a46-418f-8ff1-3306a847a311.png) ### Reproduction snippet: ```sh echo -e "\e[31mabc\e[32m...\e[m\nabc...\n" ``` ### Text run segmentation properties: ![image](https://user-images.githubusercontent.com/56763/129558149-d6c8ba40-1d83-4b15-b157-78d156ccbcb8.png) ### Notes Text run egmenation should happen based - SGR attributes -...

bug
VT: renderer
fonts

The code paths for that already exist in the grid PR (#342) but compile-time disabled due to being unstable. That should be taken care of in its own commit.

performance

EDIT: Yorker changed to reflect the discussion we ended up with. Also see https://github.com/contour-terminal/terminal-unicode-core for the outcome. --- Currently all (or almost all?) terminals which do handle VS15/VS16 do not...

enhancement
VT: Backend

## Description When pressing the key sequences `AltGr-f`, `AltGr-c`, `AltGr-m`, etc. (for `[`, `&` and `

bug
platform: windows

Implement double sized character rendering (and check with `vttest` test number 4). https://vt100.net/docs/vt510-rm/DECDHL.html https://vt100.net/docs/vt510-rm/DECDWL.html

enhancement
VT: Backend
VT: rasterizer

Maybe like so: ```yaml padding: top: 0px left: 0px bottom: auto right: auto ``` Valid values would be number of pixels, or number of pixels with `px` appended, or string...

enhancement
frontend
VT: renderer

Provide an experimental reference implementation. And a formalized spec: https://github.com/contour-terminal/terminal-good-image-protocol

enhancement
VT: Backend
frontend

## Abstract Not every running binary care about setting up a proper terminal title. Especially when Contour is started directly with a TUI application as the inner process, bypassing a...

enhancement
good first issue
frontend

``` CSI > Ps p Set resource value pointerMode. This is used by xterm to decide whether to hide the pointer cursor as the user types. Valid values for the...

good first issue
VT: Backend
frontend