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

Hello, I'll just try to summarize here my efforts to package `contour` properly in a COPR repo so it is easily installable. Here be dragons! ## Status Currently, nothing works,...

enhancement
feature-request

Provide terminal tabs. Depends on #956 This requires basic support for the tree structure windowing. * per output window, only one session is being displayed (no session management in this...

enhancement
frontend

Okay, that'll be a big one (due to code change count implications), but I think it's worth looking into that. [zutty](https://github.com/tomszilagyi/zutty) is the first terminal emulator, kind of PoC, to...

enhancement
frontend
frontend: OpenGL
performance
OpenGL

This is: ```console $ $ build/src/contour/contour version Contour Terminal Emulator 0.3.2-unreleased-master-940b931a $ uname -a FreeBSD triton.herrhotzenplotz.de 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 TRITON131 amd64 $ $ bosh --version sh (Schily Bourne Shell)...

bug
VT: Backend

- Should need usually at the bottom - a reserved grid line at the bottom - by default not accessible via VT writes Could contain things like: - active buffer...

enhancement
VT: Backend
feature-request

### Contour Terminal version Contour Terminal Emulator 0.3.2-unreleased ### Installer source Github: source code cloned ### Operating System NixOS ### Architecture x86-64 ### Other Software _No response_ ### Steps to...

bug

While reading DEC STD 070 for implementing status line (#687), I came across the requirement to display DECEDM state in the Indicator line. DECEDM is described in [VT220/ANSI Terminal Emulation...

enhancement
VT: Backend
feature-request

### Contour Terminal version latest ### Installer source Github: source code cloned ### Operating System Windows 11 ### Architecture x86-64 ### Other Software NA ### Steps to reproduce the cmake...

bug
build
platform: windows

A little bit of a long one, however I tend to use these quite often. Most likely this only concerns X11. Comparing to both rxvt-unicode and xterm I see the...

VT: Backend

it took me 5 minutes to implement a similar approach for Unix, that is, apart from stdio (fd 0/1/2) being connected to the PTY slave for the child process, the...

enhancement
help wanted
platform: windows
feature-request