zellij/src
a-kenji b0276dfd74
fix(feat): disable_automatic_asset_installation (#1226)
* fix(feat): `disable_automatic_asset_installation`

This fixes a regression in the feature system:
The asset installation didn't get turned off by the feature.

Add error logging to the install functions.

Properly show features in setup

disable `mkdir` in `wasm_vm` on `feature-disable-asset-installation`

Alternative:
    Is this even needed? We make sure the directory is there upon the
    normal asset installation.

fixes #1130
2022-03-17 11:40:09 +01:00
..
tests fix(compatibility): replace wide characters under cursor properly (#1196) 2022-03-09 11:04:07 +01:00
commands.rs fix(feat): disable_automatic_asset_installation (#1226) 2022-03-17 11:40:09 +01:00
install.rs fix(feat): disable_automatic_asset_installation (#1226) 2022-03-17 11:40:09 +01:00
main.rs chore(deps): update arg parsing to clap v3 (#1017) 2022-01-23 20:59:03 +01:00
sessions.rs fix(cli): list-sessions stderr on fail (#1174) 2022-03-04 17:55:16 +01:00