mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use RowMap instead of LineMap in DisplayBuffer
This commit is contained in:
@@ -341,8 +341,8 @@ class EditSession
|
||||
# {Delegates to: DisplayBuffer.getLineCount}
|
||||
getScreenLineCount: -> @displayBuffer.getLineCount()
|
||||
|
||||
# {Delegates to: DisplayBuffer.maxLineLength}
|
||||
maxScreenLineLength: -> @displayBuffer.maxLineLength()
|
||||
# {Delegates to: DisplayBuffer.getMaxLineLength}
|
||||
getMaxScreenLineLength: -> @displayBuffer.getMaxLineLength()
|
||||
|
||||
# {Delegates to: DisplayBuffer.getLastRow}
|
||||
getLastScreenRow: -> @displayBuffer.getLastRow()
|
||||
|
||||
Reference in New Issue
Block a user