Fixed bug with --underline on/off not working

This commit is contained in:
Dylan 2016-04-24 22:07:04 +10:00
parent 91683321ea
commit 33638b9a43
1 changed files with 1 additions and 1 deletions

View File

@ -2797,7 +2797,7 @@ while [ "$1" ]; do
;; ;;
# Text Formatting # Text Formatting
--underline) underline="$2" ;; --underline) underline_enabled="$2" ;;
--underline_char) underline_char="$2" ;; --underline_char) underline_char="$2" ;;
--line_wrap) line_wrap="$2" ;; --line_wrap) line_wrap="$2" ;;
--bold) bold="$2" ;; --bold) bold="$2" ;;