c27ca45f49
* term: support utf8 mouse reporting (DECSET 1005) * cargo update * docs: changelog for https://github.com/wez/wezterm/issues/2559 * Allow cursor visibility to be changed by widgets * Add ResetTerminal and pane:inject_output method * add window-focus-changed event * Expose applying an AttributeChange on CellAttributes * x11: explicitly enable Dri2 * validate the config to prevent div by 0 for initial_cols/initial_rows * tweak --always-new-process messaging OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=38
19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-x-bindings/rust-xcb"]
|
|
git = "https://github.com/rust-x-bindings/rust-xcb"
|
|
rev = "a85a4cf8937898b1da972367df4648143ede38ea"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/wez/libssh-rs.git"]
|
|
git = "https://github.com/wez/libssh-rs.git"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/wez/xcb-imdkit-rs.git"]
|
|
git = "https://github.com/wez/xcb-imdkit-rs.git"
|
|
branch = "waiting-on-release"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |