4 lines
78 B
Text
4 lines
78 B
Text
|
|
(setq
|
||
|
|
Width (in '(tput cols) (read))
|
||
|
|
Height (in '(tput lines) (read)) )
|