Jump to content

Terminal control/Dimensions: Difference between revisions

m
(Added Wren)
Line 524:
30 PRINT "window width:"; w%; ", height:"; h%</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>WIDTH=RunThrough["tput cols", ""];
HEIGHT=RunThrough["tput lines", ""];</lang>
1,111

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.