mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
slave: unsetenv() env vars that have been set to the empty string
That is, users can now *clear* environment variables by doing: [environment] VAR=”” Note that the quotes are required. Closes #1225
This commit is contained in:
parent
646314469a
commit
ccfb953bb0
3 changed files with 24 additions and 13 deletions
|
|
@ -51,8 +51,11 @@
|
|||
* `name` capability to `XTGETTCAP`.
|
||||
* String values in `foot.ini` may now be quoted. This can be used to
|
||||
set a value to the empty string, for example.
|
||||
* Environment variables can now be **unset**, by setting
|
||||
`[environment].<variable>=""` (quotes are required) ([#1225][1225])
|
||||
|
||||
[1136]: https://codeberg.org/dnkl/foot/issues/1136
|
||||
[1225]: https://codeberg.org/dnkl/foot/issues/1225
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue