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 add OpenBSD support, as described in the title. ## Motivation and Context Simply I want to use Contour-terminal on OpenBSD. I have to test sj3 (Japanese Kana-Kanji converter)...

VT: Backend
frontend

For reference: https://www.sonarqube.org/github-integration/

help wanted
good first issue
CI

`OSC 777 ; notify ; title ; message ST` to send a notification message to the desktop (such as a systray bubble or so) This feature is originated from urxvt,...

enhancement
VT: Backend
frontend
platform: macOS
platform: linux
platform: windows

There are some fonts that do are containing SVG based glyphs. Most likely this will be emoji fonts, such as: * EmojiOne-color: https://helpx.adobe.com/fonts/using/ot-svg-color-fonts.html#emojione-color I think this shouldn't be too hard...

enhancement
frontend
VT: rasterizer
fonts

See https://vt100.net/docs/vt510-rm/DECCIR.html This is the advanced version of `DSR` and `DECXCPR` Depends on protection VT sequences to be implemented first (otherwise I'll forget completing this one here).

enhancement
good first issue
VT: Backend

### Checklist: * [ ] Screen: adjusted relevant code parts (enable/disable bell? adjust bell audio volume?) * [ ] aeroterm: visualizes bell (at least one mode: hard start, smooth fading...

frontend
view: visual effect

Add an alternative to the OpenGLRenderer for Software based rendering Should be usable by #161. ### checklist - [x] RenderTarget interface - [x] OpenGLRenderTarget to inherit from interface - [x]...

enhancement
frontend

Running a command in a terminal from another app is a common usecase. Almost all terminals provide such a command execution interface (`-e`, `-x`, `--` or such). Clients can [guess](https://github.com/albertlauncher/albert/blob/6783257df7e15dcfbae49d03023414b7c3692dbd/src/app/terminalprovider.cpp#L120-L150),...

### Contour Terminal version 0.4.3 ### Installer source AUR repository ### Operating System Manjaro ### Architecture x86-64 ### Other Software _No response_ ### Steps to reproduce Press ### Expected Behavior...

bug
good first issue

Refs https://github.com/contour-terminal/contour/issues/1285

VT: Backend
frontend