|
@@ -150,6 +150,9 @@ class Boxes(object):
|
|
|
"""
|
|
|
Display alert message
|
|
|
|
|
|
+ Example:
|
|
|
+ self.queue_game.put(Boxes.alert("Proxy done.", base="green"))
|
|
|
+
|
|
|
length: the printable character length.
|
|
|
If the string contains color codes, you'll need
|
|
|
to use this so it will be centered properly.
|