php-faketerm/examples/boxdraw.ftm
Christopher Vagnetoft e23559fd72 Much awesome, very Wow!
* Import native PHP code as callable functions (load)
* Include other scripts (include)
* Multitude of fixes
2021-02-02 18:08:15 +01:00

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