fixed spacing on selector

This commit is contained in:
inxi-svn 2011-04-30 18:46:03 +00:00
parent deca9853bf
commit 455dceb405

6
inxi
View file

@ -908,9 +908,9 @@ select_default_color_scheme()
if [[ $B_RUNNING_IN_SHELL == 'true' ]];then
echo -n ""
print_screen_output "$irc_clear $i)$spacer Remove all color settings. Restore $SCRIPT_NAME default."
print_screen_output "$irc_clear $(($i+1)))$spacer Continue, no changes or config file setting."
print_screen_output "$irc_clear $(($i+2)))$spacer Exit, use another terminal, or set manually."
print_screen_output "$irc_clear $i)${spacer}Remove all color settings. Restore $SCRIPT_NAME default."
print_screen_output "$irc_clear $(($i+1)))${spacer}Continue, no changes or config file setting."
print_screen_output "$irc_clear $(($i+2)))${spacer}Exit, use another terminal, or set manually."
print_screen_output "------------------------------------------------------------------------------"
print_screen_output "Simply type the number for the color scheme that looks best to your eyes for your $COLOR_SELECTION settings"
print_screen_output "and hit ENTER. NOTE: You can bring this option list up by starting $SCRIPT_NAME with option: -c plus one of these numbers:"