File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ cmd_stealth() {
692692 past=$current
693693 current_text=" $( echo $current | tr -c ' [a-zA-Z0-9]' ' ' ) "
694694 if [ " $( echo " $current_text " | wc -w) " -gt " $STEALTH_MAX_SELECTION_LENGTH " ]; then
695- echo " \033[0;31mstealth:\033[0m selection length is longer than $STEALTH_MAX_SELECTION_LENGTH words; ignoring"
695+ printf " \033[0;31mstealth:\033[0m selection length is longer than $STEALTH_MAX_SELECTION_LENGTH words; ignoring\n "
696696 continue
697697 else
698698 printf " \n\033[0;31mstealth: \033[7m $current_text \033[0m\n"
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ cmd_stealth() {
692692 past=$current
693693 current_text=" $( echo $current | tr -c ' [a-zA-Z0-9]' ' ' ) "
694694 if [ " $( echo " $current_text " | wc -w) " -gt " $STEALTH_MAX_SELECTION_LENGTH " ]; then
695- echo " \033[0;31mstealth:\033[0m selection length is longer than $STEALTH_MAX_SELECTION_LENGTH words; ignoring"
695+ printf " \033[0;31mstealth:\033[0m selection length is longer than $STEALTH_MAX_SELECTION_LENGTH words; ignoring\n "
696696 continue
697697 else
698698 printf " \n\033[0;31mstealth: \033[7m $current_text \033[0m\n"
You can’t perform that action at this time.
0 commit comments