Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
as-cii committed Oct 15, 2015
1 parent 8f7b303 commit 91e9f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display-buffer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class DisplayBuffer extends Model
if defaultCharWidth isnt @defaultCharWidth or doubleWidthCharWidth isnt @doubleWidthCharWidth
@defaultCharWidth = defaultCharWidth
@doubleWidthCharWidth = doubleWidthCharWidth
@updateWrappedScreenLines() if @isSoftWrapped() and @getWidth()?
@updateWrappedScreenLines() if @isSoftWrapped() and @getEditorWidthInChars()?
defaultCharWidth

getCursorWidth: -> 1
Expand Down

0 comments on commit 91e9f16

Please sign in to comment.