Handle paste events in editor

Only on non-windows platforms though, since crossterm doesn't support
pasting on windows.
This commit is contained in:
Joscha 2022-08-10 23:59:40 +02:00
parent 5ad9f0f3e7
commit f7e7003788
3 changed files with 15 additions and 2 deletions

View file

@ -17,6 +17,7 @@ Procedure when bumping the version number:
### Added
- New messages are now marked as unseen
- Sub-trees can now be folded
- Support for pasting text into editors
- More readline-esque editor key bindings
- Key bindings to move to prev/next sibling
- Key binding to center cursor on screen