mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
configure: read single character (#187)
This commit is contained in:
parent
451acfe7d5
commit
5c2a6c2e03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user