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

Closes https://github.com/contour-terminal/contour/issues/90

frontend

### Contour Terminal version 0.4.4-master-ff7fc990 ### Installer source Github: source code cloned ### Operating System Arch Linux as of a few days ago ### Architecture x86-64 ### Other Software _No...

bug

This requires `signtool.exe` (part of Windows SDK). It seems to be not too hard to implement, at least the documentation to it seems not as complex as it is for...

CMake
platform: windows

I have found this: https://github.com/marketplace/actions/setup-opengl With that i can add PNG screenshot support as VT sequence and then implement tests to verify render output. Tests could cover the following rendering...

enhancement
test
VT: rasterizer

Some options, like `scrollbar`, `input_mapping` etc. (those are the ones that matter to me), are not part of the `profiles` section in the config file. You can change these by...

enhancement
frontend

``` DCS $ q Pt ST Request Status String (DECRQSS), VT420 and up. The string following the "q" is one of the following: m -> SGR " p -> DECSCL...

VT: Backend

Implement: https://vt100.net/docs/vt510-rm/DECBKM.html

VT: Backend

It may be desirable to not render ligatures in at the line the cursor is pointing to (such as editors don't want that). contour should definitely be able to conditionally...

enhancement
frontend
VT: rasterizer

Option to disable ligature support to speed up rendering In areoterm it should be a configuration option that also can be changed at runtime.

frontend
VT: rasterizer

``` CSI Ps ; Ps ; Ps t ``` See [xterm docs](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html); it's inherited from dtterm though. # Checklist: * [ ] `1`: de-iconify window * [ ] `2`: iconify...

VT: Backend