Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simoniz0r committed Apr 29, 2023
1 parent 3ffff5a commit 083540a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ http::register https 443 [list ::tls::socket -autoservername true]
# set version
set version "0.2.03"

# proc that uses ASCII escapes to set colors
# proc that uses ANSI escapes to set colors
proc color {foreground text} {
return "\033\[${foreground}m$text\033\[0m"
}

# proc that parses named colors into ASCII escape codes
# proc that parses named colors into ANSI escape codes
proc color_parse {color} {
switch -exact $color {
red {return 31}
Expand Down

0 comments on commit 083540a

Please sign in to comment.