Let RETURN set frequency type to current value in repeat command UI

In addition, the prompt text is shortened.

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2020-05-19 21:30:16 +02:00
committed by Lukas Fleischer
parent 92dc069fc4
commit 12514eab7f
2 changed files with 19 additions and 13 deletions

View File

@@ -235,6 +235,8 @@ int status_ask_choice(const char *message, const char choice[],
return i + 1;
if (ch == ESCAPE)
return (-1);
if (ch == RETURN)
return (-2);
if (resize) {
resize = 0;
wins_reset();