Skip to content

Commit 3473b5e

Browse files
committed
ansi.py reference
1 parent 5a0747a commit 3473b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# ANSI escape codes
33
# https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
4-
#https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
4+
# https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
55
for i in range(30, 37 + 1):
66
print("\033[%dm%d\t\t\033[%dm%d" % (i, i, i + 60, i + 60))
77

0 commit comments

Comments
 (0)