Fix misaligned characters(?)

http-comm
cpsdqs 7 years ago committed by Ondřej Hruška
parent d57ed19c42
commit d82c33d774
  1. 2
      html_orig/jssrc/term_screen.js

@ -242,7 +242,7 @@ class TermScreen {
this.ctx.font = this.getFont();
return {
width: this.ctx.measureText(' ').width,
width: Math.floor(this.ctx.measureText(' ').width),
height: this.window.fontSize
}
}

Loading…
Cancel
Save