We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f00ad9 commit b643211Copy full SHA for b643211
tools/msg.sh
@@ -290,10 +290,6 @@ echo_type() {
290
if [[ "${nolabel}" = false ]]; then
291
if [[ "${noadjust}" = false ]]; then
292
yes "${adjust_chr}" 2> /dev/null | head -n "$(( label_space - word_count))" | tr -d "\n"
293
- #local i
294
- #for i in $( seq 1 "$(( label_space - word_count))" ); do
295
- # echo -ne "${adjust_chr}"
296
- #done
297
fi
298
text -c "${labelcolor}" "${msg_label}"
299
0 commit comments