zellij/zellij-utils/src/input
a-kenji 2771b247ac
Improve handling of empty valid yaml files (#716)
Improves the way empty valid `yaml` files are handled.
When deserializing a `config` or `layout` file, that is
an empty valid `yaml` file, eg:

```
---
```

We now assume the default configuration is desired.
2021-09-13 12:24:19 +02:00
..
unit feat(plugin): add exec_cmd helper for executing command in host 2021-09-09 11:45:03 +01:00
actions.rs feat(ui): overhauled resize and layout systems 2021-08-28 17:46:24 +01:00
command.rs feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
config.rs Improve handling of empty valid yaml files (#716) 2021-09-13 12:24:19 +02:00
keybinds.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
layout.rs Improve handling of empty valid yaml files (#716) 2021-09-13 12:24:19 +02:00
mod.rs Merge pull request #622 from sagittarius-a/feature/go-to-last-tab 2021-08-23 23:18:43 +02:00
mouse.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
options.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
theme.rs Add color theme config 2021-05-30 15:07:21 +02:00