From 455dceb40570117b9470edc45fd722d98179c4e5 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 30 Apr 2011 18:46:03 +0000 Subject: [PATCH] fixed spacing on selector --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 1b3bba3..dbf834e 100755 --- a/inxi +++ b/inxi @@ -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:"