how to add/remove views?
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
Hi, working on my editor I struggle with very simple task. I need to sometimes add and remove views from cursive. But I found no way of extracting views from screen other than find_id(id).take() or pop_layer().
How to do it properly? I want to store the unused views for future use, so I need some way of extracting them, not just removing.
Contributor guide
Assessment
This issue has not been assessed yet.