Skip to content

Commit

Permalink
fixed #14
Browse files Browse the repository at this point in the history
  • Loading branch information
poying committed Aug 5, 2015
1 parent 27544df commit e256cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/termbuf.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ TermBuf.prototype={
// FIXME: this is inefficient
for(let iuri=0; iuri<nuris;++iuri) {
let uri=uris[iuri];
for(col=uri[0]; col < uri[1]; ++col)
for(let col=uri[0]; col < uri[1]; ++col)
line[col].needUpdate=true;
}
line.uris=null;
Expand Down

0 comments on commit e256cb9

Please sign in to comment.