Update how_to_draw_a_circle.js

pull/2/head
Andreas Gysin 2021-02-20 14:36:00 +01:00
rodzic 617c54e138
commit c7ab799632
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,4 +48,4 @@ export function post(context, cursor, buffer) {
// Finally draw the box
drawBox(text, style, buffer, context.cols, context.rows)
}
}