Terminal control/Restricted width positional input/No wrapping: Difference between revisions

m
→‎{{header|Go}}: Removed empty lines at top and bottom of code window.
(Added Go)
m (→‎{{header|Go}}: Removed empty lines at top and bottom of code window.)
Line 19:
<br>
This uses _getch() rather than _getwch() as only ASCII is supported.
<lang go>package main
package main
 
/*
Line 83 ⟶ 82:
setCursor(coord)
fmt.Printf("You entered '%s'\n", s)
}</lang>
}
</lang>
 
=={{header|Kotlin}}==
9,476

edits