From 2dcbaf98c0e892996eac5bc6ff0bc80727617029 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 31 May 2021 09:46:12 +0200 Subject: Change attention description --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index a1b00df0..0ebcf04f 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -990,7 +990,7 @@ static struct cmd_t command_defs[] = { "Passing no argument will list all currently active windows and information about their usage.") CMD_ARGS( { "unread", "List windows with unread messages." }, - { "attention", "Marked windows" }, + { "attention", "List windows that have been marked with the attention flag (alt+f). You can toggle between marked windows with alt+m." }, { "prune", "Close all windows with no unread messages." }, { "swap ", "Swap windows, target may be an empty position." }) CMD_NOEXAMPLES -- cgit 1.4.1-2-gfad0 anisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats