From fcef5dc8b30c21b052fc23659229665479fa2768 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 9 Oct 2021 15:35:06 +0200 Subject: [PATCH] Always show Pick color... --- bin/mbxcolors | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mbxcolors b/bin/mbxcolors index 143abbd..e7dd5cd 100755 --- a/bin/mbxcolors +++ b/bin/mbxcolors @@ -253,6 +253,7 @@ mkconfigfile trap "rm -f ${CONFIG_FILE} ${MENU_ITEMS}" EXIT out+=("^sep( mbx colors [$action $format])") +out+=("Pick color from screen...,$ME pickcolor") # exposed thing case "$expose" in used) @@ -289,7 +290,7 @@ case "$expose" in out+=(" $color$name,$ME getcolorcode '$color'") done < <(grep ^# $RECENT) out+=("^sep()") - out+=("Pick color from screen...,$ME pickcolor") + out+=("New palette from recently picked,$ME recent2palette;$ME") out+=("Clear recently picked,echo > $RECENT;$ME") ;;