diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2024-07-16 08:26:37 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-08-03 17:39:57 +0200 |
commit | f8b74a9a9f1b607e20f7b5654e85b03be34ce0ed (patch) | |
tree | d8a786e770ced718cacc80ff5017a7b614694cb7 /doc/aerc.1.scd | |
parent | 4743e7ff81223ed28334f8370eac6b08472791ec (diff) | |
download | aerc-f8b74a9a9f1b607e20f7b5654e85b03be34ce0ed.tar.gz |
ui: add :redraw command
Add a :redraw command to force a repaint of the entire screen.
Changelog-added: New `:redraw` command to force a repaint of the
screen.
Requested-by: Remko Tronçon <r@mko.re>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Tested-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 3a33fbd9..0e9f33ef 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -280,6 +280,9 @@ These commands work in any context. (like sending a message), a normal quit call might fail. In this case, closing aerc can be forced with the *-f* option. +*:redraw* + Force a full redraw of the screen. + ## MESSAGE COMMANDS These commands are valid in any context that has a selected message (e.g. the |