wezterm
https://github.com/wez/wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / wezterm
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout X11:terminals/wezterm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000206 206 Bytes | |
_service | 0000001062 1.04 KB | |
_servicedata | 0000000432 432 Bytes | |
do-not-send-eof-when-closing-application.patch | 0000000578 578 Bytes | |
vendor.tar.zst | 0087610922 83.6 MB | |
wezterm-20240203.110809.5046fc22+git404.tar.zst | 0095229466 90.8 MB | |
wezterm.changes | 0000092451 90.3 KB | |
wezterm.obsinfo | 0000000122 122 Bytes | |
wezterm.spec | 0000006901 6.74 KB |
Latest Revision
buildservice-autocommit
accepted
request 1222645
from
Soc Virnyl Estela (uncomfyhalomacro)
(revision 126)
baserev update by copy to link target
Comments 6
Seems like a _constraints might be needed
In
wezterm.spec
:Building with
--all-features
enablesdhat-heap
/dhat-ad-hoc
, which may cause slowdown and not suitable for production use: https://github.com/wez/wezterm/blob/ede7e846f483d189d26c62c674fd391bb63ce3d7/wezterm-gui/Cargo.toml#L25thanks for pointing that out. i will update this soon
FIXED!
Disabled AutoSubmit. I will wait for unpinned openSSL crate release
I notice
wezterm-terminfo
was removed in flavor of the one provided byncurses
since r108, but it seems causes glitches forneovim
.The
wezterm
terminfo fromterminfo-6.4.20240224-32.1
inherits xterm-256color, and falsely reportssmg*
, whichwezterm
does not support, as seen in their offical terminfo. Neovim usessmg*
to optimize scrolling, only when the terminfo indicates the revelant capabilities. This optimization is now falsely enabled withncurses
-providedwezterm
terminfo.TERM=xterm-256color
does not have this issue because the neovim guys aware people set this no matter what terminal emulator they are using, and have a workaround for this.