Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | terminal: add `:send-keys` command | Vitaly Ovchinnikov | 2023-10-22 | 1 | -0/+8 |
| | | | | | | | | | | | | Add a new command for sending keystrokes to the active terminal, if there is one visible. Covers split preview, message viewer, composer and the terminal mode. This can be used to navigate the embedded applications to scroll or safely quit them when needed. Signed-off-by: Vitaly Ovchinnikov <v@postbox.nz> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | widgets: rename package to app | Robin Jarry | 2023-10-10 | 1 | -0/+178 |
This is the central point of all aerc. Having it named widgets is confusing. Rename it to app. It will make a cleaner transition when making the app.Aerc object available globally in the next commit. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev> |