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/161

VT: Backend

- [ ] create mock `text_shaper` to track shaped sub runs - [ ] add test cases to validate correct text run segmentation based on: unicode script, emoji presentation, SGR,...

good first issue
test
VT: rasterizer
fonts
code health

Support a daemon mode (headless) that can be connected to via the network (local domain or TCP/IP). Ideally the architecture for #90, #91 is in place already too. ### drafting...

enhancement