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

m
→‎{{header|Wren}}: Changed to Wren S/H
imported>Tybalt89
No edit summary
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 408:
=={{header|Wren}}==
Due to a bug the ''Stdin.readByte()'' method can currently process only the first byte of a multi-byte character. The others are skipped.
<syntaxhighlight lang="ecmascriptwren">import "io" for Stdin, Stdout
 
var textAtPos = Fn.new { |text, r, c|
9,485

edits