Terminal control/Cursor movement: Difference between revisions

m
→‎{{header|Kotlin}}: Assumed terminal size is in fact 80 x 24
(→‎{{header|Kotlin}}: Added 'Works with Ubuntu version 14.04')
m (→‎{{header|Kotlin}}: Assumed terminal size is in fact 80 x 24)
Line 478:
"[9D", // line start
"[H", // top left
"[24;79H" // bottom right - assuming 80 x 2524 terminal
)
for (aec in aecs) {
9,482

edits