Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Colour-bars-Display/PicoLisp/colour-bars-display.l
Normal file
10
Task/Colour-bars-Display/PicoLisp/colour-bars-display.l
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(call 'clear)
|
||||
|
||||
(let Width (in '(tput cols) (read))
|
||||
(do (in '(tput lines) (read))
|
||||
(for B (range 0 7)
|
||||
(call 'tput 'setab B)
|
||||
(space (/ Width 8)) )
|
||||
(prinl) ) )
|
||||
|
||||
(call 'tput 'sgr0) # reset
|
||||
Loading…
Add table
Add a link
Reference in a new issue