Преглед на файлове

Save the link to the unicode drawing chars.

Steve Thielemann преди 5 години
родител
ревизия
3314335e26
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      boxes.py

+ 1 - 0
boxes.py

@@ -1,5 +1,6 @@
 from colorama import Fore, Back, Style
 
+# see http://xahlee.info/comp/unicode_drawing_shapes.html
 
 def merge(color_string):
     """ Given a string of colorama ANSI, merge them if you can. """