No description
This causes a functional change that may not be obvious. When running `cosmic-term` from a shell prompt as a detached process, `stdout`/`stderr` descriptors get deleted, and a `println!()` message would take the `cosmic-term` process down. No such an issue with log messages. This can be tested by running `htop` then exiting the tool, which would trigger a "TODO: CursorBlinkingChange" message. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com> |
||
|---|---|---|
| debian | ||
| i18n | ||
| res | ||
| src | ||
| .gitignore | ||
| ansi-colors.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
cosmic-term
WIP COSMIC terminal emulator, built using alacritty_terminal that is provided by the alacritty project. cosmic-term provides bidirectional rendering and ligatures with a custom renderer based on cosmic-text.
The wgpu feature, enabled by default, supports GPU rendering using glyphon
and wgpu. If wgpu is not enabled or fails to initialize, then rendering falls
back to using softbuffer and tiny-skia.