contour
contour copied to clipboard
Modern C++ Terminal Emulator
Closes https://github.com/contour-terminal/contour/issues/161
- [ ] 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,...
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...