7 lines
170 B
Text
7 lines
170 B
Text
sequence s = video_config()
|
|
for i=1 to s[VC_SCRNLINES]*s[VC_SCRNCOLS]-1 do
|
|
bk_color(rand(16)-1)
|
|
text_color(rand(16)-1)
|
|
puts(1,"\xDF")
|
|
end for
|
|
{} = wait_key()
|