-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
If you use an ANSI colour code, you will exceed the grid size before you reach the end of the console.
Here is some example code:
from consoledraw import Console
console = Console()
printOut = ""
while True:
with console:
console.print(printOut)
printOut += "\033[0;32;40mHello Goodbye "
The code gives an error before it reaches the end of the screen:
Metadata
Metadata
Assignees
Labels
No labels