17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
|
set terminal 80x25
|
||
|
|
||
|
load boxdraw.php
|
||
|
|
||
|
writefile boxdraw.ftm
|
||
|
|
||
|
drawhline 5 0 70
|
||
|
drawvline 5 0 5
|
||
|
|
||
|
drawbox 22 3 40 14
|
||
|
|
||
|
write <sgr fg:white bg:blue>
|
||
|
drawfilledbox 37 5 30 8
|
||
|
write <sgr>
|
||
|
|
||
|
savepng boxdraw.png
|