From 5c2a6c2e03c90f599622461c09c62592b6f9e771 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 21 Aug 2021 17:59:45 -0400 Subject: [PATCH] configure: read single character (#187) --- functions/_tide_sub_configure.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_sub_configure.fish b/functions/_tide_sub_configure.fish index ccf226f..b1b0210 100644 --- a/functions/_tide_sub_configure.fish +++ b/functions/_tide_sub_configure.fish @@ -58,7 +58,7 @@ function _tide_menu while true set_color -o - read --prompt-str "Choice [$list_with_slashes/r/q] " input + read --nchars 1 --prompt-str "Choice [$list_with_slashes/r/q] " input set_color normal switch $input