contour
contour copied to clipboard
Modern C++ Terminal Emulator
Closes https://github.com/contour-terminal/contour/issues/90
### 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...
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...
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...
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...
``` 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...
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...
Option to disable ligature support to speed up rendering In areoterm it should be a configuration option that also can be changed at runtime.
``` 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...