No description
* If a context_page was shown, the focus for the panes didn't work. By clicking all panes you could get input in all of them as long as the context_page prevented focus updated. * Find was drawn in all panes, with typed text being entered in all of them. Changed this to only show find in the focused pane. * Also, when I was going find related stuff, I populate the find entry with selected text, and clear the find search value on close. |
||
|---|---|---|
| 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.