spawn: don’t error out if we fail to chdir()

This commit is contained in:
Daniel Eklöf 2021-08-30 17:55:36 +02:00
parent 064121ee95
commit ac30da7a01
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 1 deletions

View file

@ -76,6 +76,8 @@
now translated to pixel values using the monitors scaling factor
when `dpi-aware=no`, or `dpi-aware=auto` and the scaling factor is
larger than 1 (https://codeberg.org/dnkl/foot/issues/680).
* Spawning a new terminal with a working directory that does not exist
is no longer a fatal error.
### Removed