SHA256
1
0
forked from pool/wezterm
wezterm/cargo_config
Soc Virnyl Estela faf5e343f9 - Update to version 20230712.072601.f4abf8fd
* The default for front_end is now WebGpu
  * The default for adjust_window_size_when_changing_font_size now depends on the window environment and the contents of tiling_desktop_environments.
  * Added eigth block corner glyphs to custom block glyphs. 
  * Don't hide mouse cursor when pressing only modifier keys.
  * PaneSelect will now un-zoom to show all panes, then re-zoom after performing its action.
  * Images, especially animated images, are now decoded in the background. When used as a background layer for the terminal, we now use the normal terminal background color as a placeholder until the first frame has been decoded. In other circumstances, you may observe a brief black frame while waiting for the image to decode.
  * You may now use CTRL-J/K to change the selection in the launcher menu, in addition to CTRL-N/P which always worked previously.
  * Duplicate entries in CharSelect are now suppressed, making it less cluttered. 
  * Lots of changes are described in https://wezfurlong.org/wezterm/changelog.html#20230712-072601-f4abf8fd

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=77
2023-07-14 00:08:37 +00:00

20 lines
742 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/image-rs/image.git?rev=fe069785ae245a2c510fd724ef96da283b05a236"]
git = "https://github.com/image-rs/image.git"
rev = "fe069785ae245a2c510fd724ef96da283b05a236"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-x-bindings/rust-xcb?rev=dbdaa01c178c6fbe68bd51b7ad44c08172181083"]
git = "https://github.com/rust-x-bindings/rust-xcb"
rev = "dbdaa01c178c6fbe68bd51b7ad44c08172181083"
replace-with = "vendored-sources"
[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"]
git = "https://github.com/wez/xcb-imdkit-rs.git"
branch = "hangfix"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"