This commit is contained in:
Antonio Scandurra
2015-10-15 19:22:12 +02:00
parent 8f7b303fc5
commit 91e9f16ff6

View File

@@ -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