SHA256
1
0
forked from pool/wezterm

Accepting request 978406 from home:uncomfyhalomacro:branches:X11:terminals

- Update to version 20220408.101518.b908e2dd~232:
  * dynamic: allow defaulting to None for enum struct fields
  * quickselect: allow multiline matches
  * wayland: fix weirdness with recent mutter and display scaling
  * wayland: avoid noisy panic-within-panic on shutdown
  * config: fix specifying numeric font weights
  * quickselect: avoid jumping to bottom of viewport when activated
  * mux: match workspace to local window when syncing panes
  * ssh: avoid busy loop when all channels are closed on the session
  * fix typo
  * fixup win32 build

OBS-URL: https://build.opensuse.org/request/show/978406
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=3
This commit is contained in:
Soc Virnyl Estela
2022-05-21 11:58:51 +00:00
committed by Git OBS Bridge
parent 7ee334aa58
commit 177f8890fc
7 changed files with 43 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/wez/wezterm</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">94bb4ad09d9f61d897c1bb73e62cc3985c372653</param>
<param name="revision">94039c473bebbf35d4994863965ebd58c3647218</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</param>