Update box_fun.js

pull/6/head
Andreas Gysin 2022-04-09 08:58:35 +02:00
rodzic a4f332f3b8
commit f70ed0923b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ export function post(context, cursor, buffer) {
...baseStyle
}
let txt = ''
txt += `*${q[(i + j * numX) % q.length ]}*\n`
txt += `*${q[(i + j * numX) % q.length]}*\n`
txt += `pos: ${style.x}×${style.y}\n`
drawBox(txt, style, buffer, cols, rows)