forked from pool/wezterm
3d42510851
* add user-var-changed event * improve error message in case wezterm-gui cannot be run * fixup invalidation of blinking cursor, and on focus change * cargo fmt * track fps and recent frame duration for diagnostic purposes * invalidate shape cache when reverse video mode changes * Add some comments about new Pane methods and helpers * flesh out some todos with new pane trait methods * implement new pane trait methods for copy and quickselect overlays * move shape & quad caching to hang off Line appdata * revise Pane line related funcs * termwiz: use interior mutability for Line::set_appdata * cargo fmt * disable some of the recent caching stuff * termwiz: remove reverse video attribute from Line * mux: remove stale portion of comment from Pane::get_lines * termwiz: associate appdata with a Line * fix copymode and quickselect overlays * trim down lru cache sizes * allow cursor_fg = "none" to use text fg color * gui: cache get_lines_with_hyperlinks_applied * optimize Pane::get_lines_with_hyperlinks_applied for empty rules case * gui: factor out background rect calc * fix blinking text * fixup retro tab bar * macos: make us run again on Mojave * docs: mention CPU utilization improvements in changelog * ssh: correctly expand %h tokens in ssh config * scroll to bottom on mouse input when mouse is grabbed OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=33
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/wez/wezterm.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1398c0d4b03a0179bd0fb8c1067bf76b98a0d598</param>
|
|
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
<param name="compression">gz</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">wezterm</param>
|
|
</service>
|
|
</services>
|
|
|