Skip to content

Commit a84e3bc

Browse files
committed
fix comment
1 parent 932d6f9 commit a84e3bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ function render () {
6767
var data = ctx.getImageData(0, 0, w, h).data;
6868

6969
for (var i = 0, l = data.length; i < l; i += 4) {
70+
7071
if ((i/4|0) % w === 0) {
71-
// end of the row
72+
// beginning of the row
7273
cursor.bg.reset();
7374
cursor.write('\n');
7475
}

0 commit comments

Comments
 (0)