Terminal control/Cursor movement: Difference between revisions

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