Terminal control/Dimensions: Difference between revisions

m
→‎{{header|UNIX Shell}}: <lang bash>, not <lang sh>.
(→‎Windows: When opening the console, use flags that Microsoft recommends at http://msdn.microsoft.com/en-us/library/aa363858%28v=VS.85%29.aspx)
m (→‎{{header|UNIX Shell}}: <lang bash>, not <lang sh>.)
Line 298:
{{works with|Bourne Shell}}
 
<lang shbash>#!/bin/sh
WIDTH=`tput co`
HEIGHT=`tput li`
Anonymous user