mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💚
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user