Terminal control/Dimensions: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a link to the LINESIZE.REX program.)
m (→‎Sub-repository: update sub-repo url)
Line 220: Line 220:
"os"
"os"


"code.google.com/p/go.crypto/ssh/terminal"
"golang.org/x/crypto/ssh/terminal"
)
)


Line 231: Line 231:
fmt.Println(h, w)
fmt.Println(h, w)
}</lang>
}</lang>

===External command===
===External command===
<lang go>package main
<lang go>package main