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

### Contour Terminal version 0.4.0-master-616315cc ### Installer source Github: source code cloned ### Operating System Arch Linux as of approx a week ago ### Architecture x86-64 ### Other Software SF...

bug
frontend
VT: rasterizer
fonts

This is an optimization that should always be On. I do understand why I made it compile-time configurable in the beginning. But I wonder why it is OFF by default,...

good first issue
VT: Backend
code health
performance

I just checked. It at least is possible to run qt OpenGL apps in the browser through WebAssembly. This is officially supported. So the only unknown would be how to...

enhancement
frontend
platform: wasm

@Marenz just found out, that when pasting too big text data to Contour, it will freeze (or at least looks like this). After a short investigation, we found out that...

enhancement
frontend

After having a short conversation with @cqexbesd, I think it might be a really nice addition to implement DAP ([Debugger Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)) What's currently possible, is to put a Contour...

enhancement
VT: Backend
feature-request

that is, while it is great to have, it might make sense, sometimes, to have it disabled, e.g. when trying to trace through each VT sequence interactively, and really wanting...

good first issue
VT: Backend

Closes #1078 Closes #421 this PR is of course not even remotely usable yet, but it's here to track the progress. ## Checklist Checklist for implementing this could look like:...

VT: Backend
frontend
test
CI
CMake

Some checks are implemented in Clang-Tidy that can be used to verify style-like requirements that pure syntax-based systems, such as Clang-Format is not capable of. Adds a new CI job...

enhancement
CI
code health

Coming from Alacritty, when you alt enter into fullscreen mode, it uses a borderless-fullscreen option, which first, looks smoother, has less lag when swapping back and forth, and works with...

enhancement
performance
platform: windows
feature-request

### Contour Terminal version 0.3.7.245 ### Installer source GitHub: release page ### Operating System Ubuntu 18.04.4 LTS ### Architecture x86-64 ### Other Software _No response_ ### Steps to reproduce -...

bug
CI
platform: linux