Change wallpaper background colour to magenta

This commit is contained in:
Juhani Krekelä 2023-03-19 20:47:00 +02:00
parent 8178c7a715
commit f020b7ab2f
2 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,8 @@ while index < len(ansitext):
x = origin_x
index += 1
elif ansitext[index] == 10:
for i in range(x, WIDTH):
attributes[i][y] = (fgcolor, bgcolor)
x = origin_x
y += 1
index += 1

View File

@ -1,5 +1,5 @@
ANSI art is my
passion
ANSI art is my
passion