No description
Find a file
Mattias Eriksson e322fc86f7 Fix some pane focus and find related issues
* 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.
2024-02-02 08:50:41 -07:00
debian Lower update-alternatives x-terminal-emulator priority to 40 2024-01-10 07:48:35 -07:00
i18n Settings re-org 2024-01-31 10:29:35 -07:00
res Add find stub 2024-01-11 13:20:16 -07:00
src Fix some pane focus and find related issues 2024-02-02 08:50:41 -07:00
.gitignore Add packaging 2023-12-21 09:05:59 -07:00
ansi-colors.sh ansi-colors.sh: Add underlines 2024-01-16 11:36:05 -07:00
Cargo.lock Set minimum size to 360x180 (#91) 2024-01-31 10:52:56 -07:00
Cargo.toml Set MSRV to 1.71 2024-01-29 09:47:06 -07:00
i18n.toml Add config, translations, settings UI 2023-12-22 14:31:01 -07:00
justfile Add clean-vendor just target 2023-12-22 08:53:47 -07:00
LICENSE Initial commit 2023-12-17 10:24:31 -07:00
README.md Add glyphon renderer 2023-12-18 13:54:08 -07:00

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.