contour icon indicating copy to clipboard operation
contour copied to clipboard

Modern C++ Terminal Emulator

Results 217 contour issues
Sort by recently updated
recently updated
newest added

Given the plethora of configurable and perhaps-important-for-some feature requests (like default shell, history size, #495, #645, permission bits, etc.), I'd like to see an initial setup wizard, similar to that...

enhancement
frontend
feature-request

on terminal exit we could store the grid buffer contents and if this session is to be resumed the grid buffer (including scrollback) could be restored. we should remember &...

enhancement
good first issue
frontend

## Description "Bug" -> when i setup a terminal_size -> lines the resulting window seems to be to big by fontsize-1 pixel ... example lines = 4 https://i.imgur.com/A9sm3Xm.png ## Environment...

enhancement
frontend

## Description ## Environment - Contour Version or Git commit hash: be0967df97b1c40ff8ad72ccd3f9fe38e0fc726a - Operating System (name / distribution / version): Manjaro KDE - Contour configuration: `strict_spacing = false` - TERM...

bug
VT: renderer
fonts

### Motivation Providing a pixel-perfect version of these should guarantee always best visual user experience. ### Specification Good overview is actually here: * Block Elements: https://www.unicode.org/charts/PDF/U2580.pdf * Symbols for Legacy...

enhancement
good first issue
VT: renderer

## Description Some unicode characters don't show up when launching this terminal on macos, but work when connected via tmux on other session ## Environment - Contour Version or Git...

bug
VT: renderer
fonts
blocker

Triggered via zsh-syntax-highlighting apparently and a probably too short screen width to render double-width characters. ``` ================================================================================ Wrap is pending but cursor's column (79) is not at right side of...

bug
blocker
crash(-like)
high priority

currently, when you are in tmux (e.g.), you select something, then switch to another tmux pane, and then copy or middle-click paste, you will see the wrong results AND the...

enhancement
VT: Backend

**What steps did you take and what happened:** I was running `notcurses-demo` from the tip of master on contour, likewise from the tip of master. It (contour) regularly blows up...

bug
VT: rasterizer
crash(-like)
high priority

Rework grid line count regrow in a way it is not fully reallocating a new ring buffer upon grow by keeping some scratch-space in the ring buffer but ensure the...

VT: Backend
code health