No description
Replace '\t' with a space in text buffers, as tab skip/stop is handled by `alacritty_terminal`. Also, sending a tab to the shaper causes issues, as fonts either have no tab codepoint, or worse, some do, with the glyph produced being anyone's guess. Some may render a tab to some random character like '0'. Fixes #73. 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.